Compare commits

...

2 Commits

1 changed files with 2 additions and 0 deletions

View File

@ -157,6 +157,8 @@ export class DmpEditorComponent extends BaseEditor<DmpEditorModel, Dmp> implemen
ngOnInit(): void {
this.matomoService.trackPageView('DMP Editor');
super.ngOnInit();
if (this.isNew === false) this.nextStep();
}
getItem(itemId: Guid, successFunction: (item: Dmp) => void) {