diff --git a/MagMan.UI/Components/ProjectMan.razor.cs b/MagMan.UI/Components/ProjectMan.razor.cs index 1c22aab..4bcae5e 100644 --- a/MagMan.UI/Components/ProjectMan.razor.cs +++ b/MagMan.UI/Components/ProjectMan.razor.cs @@ -158,9 +158,9 @@ namespace MagMan.UI.Components private List? SearchRecords = null; - private bool sortAsc = true; + private bool sortAsc = false; - private string sortField = ""; + private string sortField = "DtLastAction"; #endregion Private Fields diff --git a/MagMan.UI/Controllers/ResourcesController.cs b/MagMan.UI/Controllers/ResourcesController.cs index 9e6def5..88d9ba2 100644 --- a/MagMan.UI/Controllers/ResourcesController.cs +++ b/MagMan.UI/Controllers/ResourcesController.cs @@ -233,6 +233,8 @@ namespace MagMan.UI.Controllers await MTAdmService.FlushRedisCache(); // broadcast update via redis, indico nKey + projCloudIdx update puntuale MService.QueUpdRes.sendMessage($"{nKey}|{ProjCloudId}"); + // broadcast update via redis, indico nKey x update puntuale + MService.QueUpdProj.sendMessage($"{nKey}"); } } }