Merge branch 'release/FixToggleCore01'

This commit is contained in:
Samuele Locatelli
2024-06-24 14:44:49 +02:00
3 changed files with 3 additions and 2 deletions
@@ -97,7 +97,7 @@ namespace GPW_Admin.WebUserControls
{
string urlName = showExt ? "smartBaseUrlExt" : "smartBaseUrlInt";
// se vuole modalità core --> sostituisco
if(linkCore)
if (linkCore)
{
urlName += "Core";
}
+1
View File
@@ -32,6 +32,7 @@ namespace GPW_Admin
{
if (!Page.IsPostBack)
{
cmp_toggleCoreSmart.toggleValue = true;
fixDisplay();
}
mod_pageSize.eh_nuovaSize += Mod_pageSize_eh_nuovaSize;
+1 -1
View File
@@ -589,7 +589,7 @@ namespace GPW_data
}
// confronto payload calc con quello della licenza
var currInfo = InfoApplicativo;
answ = (InfoApplicativo.Payload == currPayload);
answ = (currInfo.Payload == currPayload);
// se fallisce --> resetto payload calcolato
if (!answ)
{