RdvQuery from PostIt
This commit is contained in:
parent
ec2c405e28
commit
9d97994e76
19 changed files with 912 additions and 8 deletions
|
|
@ -46,7 +46,8 @@ namespace Yavsc.Models.Workflow
|
|||
{
|
||||
get
|
||||
{
|
||||
string type = ResourcesHelpers.GlobalLocalizer[this.GetType().Name];
|
||||
var localizer = ResourcesHelpers.GlobalLocalizer;
|
||||
string type = localizer is null ? this.GetType().Name : localizer[this.GetType().Name];
|
||||
return $"{_description} {type}";
|
||||
}
|
||||
set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue