Fix procedure attivazione/disattivazione licenze utente

This commit is contained in:
Samuele Locatelli
2022-02-02 16:26:40 +01:00
parent 9de37f6ee8
commit 52d63d12f0
2 changed files with 526 additions and 511 deletions
@@ -495,11 +495,15 @@ namespace GPW_Admin.WebUserControls
private static void fullRefresh()
{
licenzeGPW.resetLicenseData();
// eseguo call di recupero da online
bool refreshApp = licenzeGPW.RefreshAppInfo().Result;
bool refreshAct = licenzeGPW.RefreshActInfo().Result;
bool refreshPayload = licenzeGPW.RefreshPayload().Result;
//bool refreshLic = licenzeGPW.RefreshLicInfo().Result;
//if (refreshApp && refreshAct && refreshPayload)
//{
//}
}
private void fixVisibility()
+522 -511
View File
File diff suppressed because it is too large Load Diff