Merge branch 'release/FixReportUpdate01'

This commit is contained in:
Samuele Locatelli
2024-07-02 18:43:34 +02:00
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -158,9 +158,9 @@ namespace MagMan.UI.Components
private List<ProjModel>? SearchRecords = null;
private bool sortAsc = true;
private bool sortAsc = false;
private string sortField = "";
private string sortField = "DtLastAction";
#endregion Private Fields
@@ -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}");
}
}
}