Loading dmp-frontend/src/app/ui/admin/dataset-profile/editor/dataset-profile-editor.component.ts +2 −0 Original line number Diff line number Diff line Loading @@ -196,6 +196,8 @@ export class DatasetProfileEditorComponent extends BaseComponent implements OnIn this.router.navigate(['/dataset-profiles']); }); } else if (this.newVersionId) { data.label = this.form.get('label').value; data.description = this.form.get('description').value; this.datasetProfileService.newVersion(this.newVersionId, data) .pipe(takeUntil(this._destroyed)) .subscribe(() => { Loading Loading
dmp-frontend/src/app/ui/admin/dataset-profile/editor/dataset-profile-editor.component.ts +2 −0 Original line number Diff line number Diff line Loading @@ -196,6 +196,8 @@ export class DatasetProfileEditorComponent extends BaseComponent implements OnIn this.router.navigate(['/dataset-profiles']); }); } else if (this.newVersionId) { data.label = this.form.get('label').value; data.description = this.form.get('description').value; this.datasetProfileService.newVersion(this.newVersionId, data) .pipe(takeUntil(this._destroyed)) .subscribe(() => { Loading