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') {
|
if(this.value.substring(0,5) == 'gridt') {
|
||||||
try {
|
try {
|
||||||
updateEditorContent(this.value.substring(5));
|
updateEditorContent(this.value.substring(5));
|
||||||
|
closePluginPopup();
|
||||||
} catch(err) {
|
} catch(err) {
|
||||||
closePluginPopup();
|
closePluginPopup();
|
||||||
}
|
}
|
||||||
@@ -21,6 +22,7 @@ var setVariablePickerJS = function(){
|
|||||||
if(element.value.substring(0,5) == 'gridt') {
|
if(element.value.substring(0,5) == 'gridt') {
|
||||||
try {
|
try {
|
||||||
updateEditorContent(element.value.substring(5));
|
updateEditorContent(element.value.substring(5));
|
||||||
|
closePluginPopup();
|
||||||
} catch(err) {
|
} catch(err) {
|
||||||
closePluginPopup();
|
closePluginPopup();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user