Update tagsList su TagList e preparazione (no migration) x gestione gruppi prod
This commit is contained in:
@@ -71,7 +71,7 @@ namespace EgwCoreLib.Lux.Data.DbModel.Task
|
||||
/// Elenco Tags come List<string>
|
||||
/// </summary>
|
||||
[NotMapped]
|
||||
public List<string> TagsList
|
||||
public List<string> TagList
|
||||
{
|
||||
get => TagNav.Select(x => x.CodTag).ToList() ?? new List<string>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user