Compare commits

..

No commits in common. "8ee64a502b3a3578d831cc99f9814c046820d057" and "76743539daad1d03d614ea8d22a22ba472b474fb" have entirely different histories.

1 changed files with 1 additions and 4 deletions

View File

@ -258,10 +258,7 @@ export class DmpEditorComponent extends BaseEditor<DmpEditorModel, Dmp> implemen
}
refreshData(): void {
this.getItem(this.editorModel.id, (data: Dmp) => {
this.prepareForm(data)
if (this.isNew === false) this.nextStep();
});
this.getItem(this.editorModel.id, (data: Dmp) => this.prepareForm(data));
}
refreshOnNavigateToData(id?: Guid): void {