remove onSummit
This commit is contained in:
parent
4a2476360d
commit
c0515d80dd
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue