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