Merged in dheeyi/processmaker (pull request #1373)
Campo Status en creacion de grupos es editable.
This commit is contained in:
@@ -352,6 +352,8 @@ DoNothing = function(){};
|
||||
NewGroupWindow = function(){
|
||||
newForm.getForm().reset();
|
||||
newForm.getForm().items.items[0].focus('',500);
|
||||
newForm.getForm().items.items[1].setEditable(false);
|
||||
|
||||
w = new Ext.Window({
|
||||
autoHeight: true,
|
||||
width: 400,
|
||||
|
||||
Reference in New Issue
Block a user