Compare commits
2 Commits
b14d9169f2
...
de2cc62f95
| Author | SHA1 | Date | |
|---|---|---|---|
| de2cc62f95 | |||
| 0cfa732d87 |
@@ -126,7 +126,7 @@ namespace EnvelopeGenerator.Domain.Entities
|
||||
public bool IsAlreadySent => Status > (int)Constants.EnvelopeStatus.EnvelopeSaved;
|
||||
|
||||
[NotMapped]
|
||||
public string StatusTranslated => My.Resources.Model.ResourceManager.GetString(Status.ToString());
|
||||
public string StatusTranslated => My.Resources.Model.ResourceManager.GetString(((Constants.EnvelopeStatus)Status).ToString());
|
||||
|
||||
[NotMapped]
|
||||
public bool TFA_Enabled { get; set; } = false;
|
||||
|
||||
Reference in New Issue
Block a user