Merge branch 'release/FixReportUpdate01'
This commit is contained in:
@@ -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}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user