Merge branch 'release/FixToggleCore01'
This commit is contained in:
@@ -97,7 +97,7 @@ namespace GPW_Admin.WebUserControls
|
||||
{
|
||||
string urlName = showExt ? "smartBaseUrlExt" : "smartBaseUrlInt";
|
||||
// se vuole modalità core --> sostituisco
|
||||
if(linkCore)
|
||||
if (linkCore)
|
||||
{
|
||||
urlName += "Core";
|
||||
}
|
||||
|
||||
@@ -32,6 +32,7 @@ namespace GPW_Admin
|
||||
{
|
||||
if (!Page.IsPostBack)
|
||||
{
|
||||
cmp_toggleCoreSmart.toggleValue = true;
|
||||
fixDisplay();
|
||||
}
|
||||
mod_pageSize.eh_nuovaSize += Mod_pageSize_eh_nuovaSize;
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user