staging_1.2.6 #467

Merged
edraft merged 16 commits from staging_1.2.6 into staging 2024-01-26 12:18:06 +01:00
Showing only changes of commit df9c889c7e - Show all commits

View File

@ -183,6 +183,7 @@ export class UserWarningComponent extends ComponentWithTable implements OnInit,
}
this.updateUserByWarning(newUserWarning.user?.id ?? 0, this.userWarnings.filter(uw => uw.user?.id == newUserWarning.user?.id));
this.isEditingNew = false;
}
public onRowEditCancel(index: number): void {