Update tagsList su TagList e preparazione (no migration) x gestione gruppi prod

This commit is contained in:
Samuele Locatelli
2026-01-09 11:48:09 +01:00
parent ad611b59b0
commit 8f05eae707
29 changed files with 283 additions and 45 deletions
@@ -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>();
}