Merge branch 'master' of git://github.com/colosa/processmaker into BUG-11421

This commit is contained in:
Luis Fernando Saisa Lopez
2013-05-06 14:39:34 +00: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');