BUG 6525 Add a "Last Name" column to the screen to assign users to groups

the problem was solved adding the grid resize option
This commit is contained in:
Carlos Pacha
2011-05-11 12:16:12 -04:00
parent 3ee83179d0
commit 82e52805dc

View File

@@ -438,6 +438,7 @@ GridByDefaultP = function(){
//edit members action
EditMembersAction = function(){
assignedGrid.setWidth(Ext.getBody().getWidth(true));
availableGrid.show();
buttonsPanel.show();
editMembersButton.disable();