Fix to Bug 6316 applied to users, roles, groups, departments and process categories.

This commit is contained in:
Enrique Ponce de Leon
2011-03-01 21:14:17 +00:00
parent 9f709ca530
commit 6de274c900
5 changed files with 13 additions and 0 deletions

View File

@@ -332,6 +332,8 @@ DoNothing = function(){};
//Open New Group Form
NewGroupWindow = function(){
newForm.getForm().reset();
newForm.getForm().items.items[0].focus('',500);
w = new Ext.Window({
autoHeight: true,
width: 400,