This commit is contained in:
Samuele Locatelli
2023-12-18 11:58:55 +01:00
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -106,6 +106,11 @@ namespace MP_TAB3.Components
answ = "bg-warning text-dark";
borderColor = "border-warning";
}
else if (sem == "sRo")
{
answ = "bg-danger text-light";
borderColor = "border-danger";
}
return answ;
}
[Inject]
+1
View File
@@ -2368,6 +2368,7 @@ namespace MP.Data.Services
{
bool answ = false;
answ = dbTabController.RicalcMse(idxMacchina, maxAgeSec);
await FlushOdlCache();
await FlushCache(Constants.redisMseKey);
return answ;
}