mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 09:25:43 +01:00
update rest api docu
This commit is contained in:
@@ -291,26 +291,6 @@ Sonia.group.AddForm = new Ext.extend(Ext.FormPanel, {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
/*form.submit({
|
||||
params: {
|
||||
members: memberArray
|
||||
},
|
||||
method: this.update ? "PUT" : "POST",
|
||||
waitTitle:'Connecting',
|
||||
waitMsg:'Sending data...',
|
||||
success: function(){
|
||||
// TODO make this in a nice way
|
||||
groupStore.reload();
|
||||
|
||||
if ( containerWindow ){
|
||||
containerWindow.close();
|
||||
}
|
||||
},
|
||||
failure: function(){
|
||||
alert( "failure" );
|
||||
}
|
||||
});*/
|
||||
},
|
||||
|
||||
close: function(){
|
||||
|
||||
Reference in New Issue
Block a user