remove onSummit

This commit is contained in:
Martin Rojas Miguel Angel 2018-03-06 15:56:38 +01:00 committed by Holger Hagen
parent 4a2476360d
commit c0515d80dd
1 changed files with 0 additions and 5 deletions

View File

@ -47,11 +47,6 @@ export class WorkbasketInformationComponent implements OnInit {
this.workbasket.type = type; this.workbasket.type = type;
} }
onSubmit(){
debugger;
}
onSave() { onSave() {
this.beforeRequest(); this.beforeRequest();
this.workbasketSubscription = (this.workbasketService.updateWorkbasket((Utils.getSelfRef(this.workbasket.links).href), this.workbasket).subscribe( this.workbasketSubscription = (this.workbasketService.updateWorkbasket((Utils.getSelfRef(this.workbasket.links).href), this.workbasket).subscribe(