diff --git a/workflow/engine/templates/roles/rolesList.js b/workflow/engine/templates/roles/rolesList.js index 1835e5c99..f1637116c 100755 --- a/workflow/engine/templates/roles/rolesList.js +++ b/workflow/engine/templates/roles/rolesList.js @@ -535,11 +535,12 @@ EditRole = function(){ editForm.getForm().findField('name').setValue(rowSelected.data.ROL_NAME); editForm.getForm().findField('status').setValue(rowSelected.data.ROL_STATUS); w = new Ext.Window({ + closeAction: "hide", autoHeight: true, id: 'w', modal: true, width: 420, - title: _('ID_EDIT_ROLE_TITLE'), + title: _("ID_EDIT_ROLE_TITLE"), items: [editForm] }); w.show();