mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
cleanup
This commit is contained in:
@@ -58,8 +58,6 @@
|
||||
[relationshipOptions]="model.relationship">
|
||||
</ds-existing-metadata-list-element>
|
||||
</ng-container>
|
||||
|
||||
|
||||
<ng-content></ng-content>
|
||||
</div>
|
||||
|
||||
|
@@ -331,12 +331,4 @@ export class DsDynamicFormControlContainerComponent extends DynamicFormControlCo
|
||||
.filter((sub) => hasValue(sub))
|
||||
.forEach((sub) => sub.unsubscribe());
|
||||
}
|
||||
//
|
||||
//
|
||||
// removeItem($event, arrayContext: DynamicFormArrayModel, index: number): void {
|
||||
// const formArrayControl = this.group.get(this.formBuilderService.getPath(arrayContext)) as FormArray;
|
||||
// this.removeArrayItem.emit(this.getEvent($event, arrayContext, index, 'remove'));
|
||||
// this.formBuilderService.removeFormArrayGroup(index, formArrayControl, arrayContext);
|
||||
// this.formService.changeForm(this.formId, this.formModel);
|
||||
// }
|
||||
}
|
||||
|
Reference in New Issue
Block a user