Update componente window

Fix redraw on cancel
This commit is contained in:
Samuele Locatelli
2026-03-09 16:31:31 +01:00
parent c11104fe58
commit 686d38a0f5
18 changed files with 414 additions and 148 deletions
@@ -84,6 +84,16 @@ namespace EgwCoreLib.Lux.Data.DbModel.Items
/// </summary>
public string ItemSteps { get; set; } = "";
/// <summary>
/// Indica protetto = NON consentito edit completo (da definire...)
/// </summary>
/// <returns></returns>
[NotMapped]
public bool IsProtected
{
get => false;
}
/// <summary>
/// Navigazione Job/Cicli
/// </summary>