Merge pull request #1679 from Jennydmz/master

Error on the Conditional Editor tab on Dynaform Editor.
This commit is contained in:
julceslauhub
2013-05-06 06:01:21 -07:00

View File

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