PM-2727 "Admin>Settings>Roles:..." SOLVED
This commit is contained in:
@@ -535,6 +535,7 @@ EditRole = function(){
|
|||||||
editForm.getForm().findField('name').setValue(rowSelected.data.ROL_NAME);
|
editForm.getForm().findField('name').setValue(rowSelected.data.ROL_NAME);
|
||||||
editForm.getForm().findField('status').setValue(rowSelected.data.ROL_STATUS);
|
editForm.getForm().findField('status').setValue(rowSelected.data.ROL_STATUS);
|
||||||
w = new Ext.Window({
|
w = new Ext.Window({
|
||||||
|
closeAction: "hide",
|
||||||
autoHeight: true,
|
autoHeight: true,
|
||||||
id: 'w',
|
id: 'w',
|
||||||
modal: true,
|
modal: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user