restore createNewChildWp method

pull/4748/head
manuschiller 8 years ago
parent dc12db2916
commit a02c2ddad4
  1. 4
      frontend/app/components/wp-relations/wp-relations-create/wp-relations-create.directive.ts

@ -67,6 +67,10 @@ export class WorkPackageRelationsCreateController {
.finally(() => this.toggleRelationsCreateForm());
}
protected createNewChildWorkPackage() {
this.wpRelationsHierarchyService.addNewChildWp(this.workPackage);
}
protected changeParent() {
this.wpRelationsHierarchyService.changeParent(this.workPackage, this.selectedWpId)
.then(updatedWp => {

Loading…
Cancel
Save