Error on the Conditional Editor tab on Dynaform Editor.
When adding a new Condition, if you lose session before saving, PM sends you back into the Admin Tab instead of the Condition Editor Tab.
This commit is contained in:
@@ -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