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:
jennylee
2013-05-03 12:16:14 -04:00
parent 9aa061e4df
commit 59f14ee656

View File

@@ -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');