Merged in mcuiza/processmaker/PM-2821 (pull request #2277)
PM-2821 - Design>NewBPMN>Output o Template Editor: la ventana emergente para agregar grillas permanece hasta despues de la segunda grilla agregada.
This commit is contained in:
@@ -4,6 +4,7 @@ var setVariablePickerJS = function(){
|
||||
if(this.value.substring(0,5) == 'gridt') {
|
||||
try {
|
||||
updateEditorContent(this.value.substring(5));
|
||||
closePluginPopup();
|
||||
} catch(err) {
|
||||
closePluginPopup();
|
||||
}
|
||||
@@ -21,6 +22,7 @@ var setVariablePickerJS = function(){
|
||||
if(element.value.substring(0,5) == 'gridt') {
|
||||
try {
|
||||
updateEditorContent(element.value.substring(5));
|
||||
closePluginPopup();
|
||||
} catch(err) {
|
||||
closePluginPopup();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user