Merged in marcoAntonioNina/processmaker (pull request #291)

Improvement redirect dynaforms
This commit is contained in:
Julio Cesar Laura Avendaño
2014-03-12 11:11:42 -04:00

View File

@@ -46,7 +46,7 @@ function loadEditor()
} }
else if(dynEditorType == 'processMap3') else if(dynEditorType == 'processMap3')
{ {
window.location.href="@G::encryptLink(@#processMap3)?pro_uid=@%PRO_UID"; window.location.href="@G::encryptLink(@#processMap3)?prj_uid=@%PRO_UID";
return true; return true;
} }
else if(dynEditorType == 'bpmn') else if(dynEditorType == 'bpmn')