dmp editor > initialize next step when dmp is not new
This commit is contained in:
parent
060bfbed20
commit
658b5d948d
|
@ -157,6 +157,8 @@ export class DmpEditorComponent extends BaseEditor<DmpEditorModel, Dmp> implemen
|
||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
this.matomoService.trackPageView('DMP Editor');
|
this.matomoService.trackPageView('DMP Editor');
|
||||||
super.ngOnInit();
|
super.ngOnInit();
|
||||||
|
|
||||||
|
if (this.isNew === false) this.nextStep();
|
||||||
}
|
}
|
||||||
|
|
||||||
getItem(itemId: Guid, successFunction: (item: Dmp) => void) {
|
getItem(itemId: Guid, successFunction: (item: Dmp) => void) {
|
||||||
|
|
Loading…
Reference in New Issue