Merged in luisfernandosl/processmaker/PM-2727 (pull request #2213)

PM-2727 "Admin>Settings>Roles:..." SOLVED
This commit is contained in:
Julio Cesar Laura Avendaño
2015-05-18 13:24:14 -04:00

View File

@@ -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();