start implementation of ui for global user permissions

This commit is contained in:
Sebastian Sdorra
2013-05-01 19:17:43 +02:00
parent 3f9cc02ebb
commit 341716df49
10 changed files with 39 additions and 37 deletions

View File

@@ -47,7 +47,7 @@ Sonia.group.FormPanel = Ext.extend(Sonia.rest.FormPanel,{
initComponent: function(){
this.addEvents('preCreate', 'created', 'preUpdate', 'updated', 'updateFailed', 'creationFailed');
Sonia.repository.FormPanel.superclass.initComponent.apply(this, arguments);
Sonia.group.FormPanel.superclass.initComponent.apply(this, arguments);
},
update: function(group){