Merged in dheeyi/processmaker (pull request #1373)

Campo Status en creacion de grupos es editable.
This commit is contained in:
Julio Cesar Laura Avendaño
2015-02-04 08:39:02 -04:00

View File

@@ -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,