PM-2727 "Admin>Settings>Roles:..." SOLVED

This commit is contained in:
Luis Fernando Saisa Lopez
2015-05-15 15:25:33 -04:00
parent 2b5b9053f9
commit e085a2d73f

View File

@@ -535,6 +535,7 @@ 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,