Merge remote branch 'upstream/master'
This commit is contained in:
@@ -956,6 +956,11 @@ class System
|
|||||||
$folderId = 'classic';
|
$folderId = 'classic';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$partnerFlag = (defined('PARTNER_FLAG')) ? PARTNER_FLAG : false;
|
||||||
|
if ($partnerFlag && ($folderId == 'classic')){
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
$xmlConfiguration = file_get_contents( $configInformation );
|
$xmlConfiguration = file_get_contents( $configInformation );
|
||||||
$xmlConfigurationObj = G::xmlParser( $xmlConfiguration );
|
$xmlConfigurationObj = G::xmlParser( $xmlConfiguration );
|
||||||
|
|
||||||
|
|||||||
@@ -555,6 +555,10 @@ var Conditional = function(DYN_UID){
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.saveCondition = function(){
|
this.saveCondition = function(){
|
||||||
|
if (!sessionPersits()) {
|
||||||
|
showPrompt('conditionalShowHide');
|
||||||
|
return;
|
||||||
|
}
|
||||||
var oTmp;
|
var oTmp;
|
||||||
this.canSave = true;
|
this.canSave = true;
|
||||||
oUID = getField('FCD_UID');
|
oUID = getField('FCD_UID');
|
||||||
|
|||||||
Reference in New Issue
Block a user