small ui fix

This commit is contained in:
amentis 2024-03-27 17:21:28 +02:00
parent 49e6e9ac9f
commit d8ba1a00c7
3 changed files with 6 additions and 4 deletions

View File

@ -621,7 +621,7 @@ export class DescriptionEditorComponent extends BaseEditor<DescriptionEditorMode
return; return;
} }
// this.persistEntity(); this.persistEntity();
} }
public delete() { public delete() {

View File

@ -78,10 +78,10 @@ export class DmpInvitationDialogComponent extends BaseComponent implements OnIni
} }
onCallbackSuccess(): void { onCallbackSuccess(): void {
this.uiNotificationService.snackBarNotification(this.language.instant('GENERAL.INVITATION-DIALOG.SUCCESS'), SnackBarNotificationLevel.Success); this.uiNotificationService.snackBarNotification(this.language.instant('DMP-USER-INVITATION-DIALOG.SUCCESS'), SnackBarNotificationLevel.Success);
} }
onCallbackError(errorResponse: any) { onCallbackError(errorResponse: any) {
this.uiNotificationService.snackBarNotification(this.language.instant('GENERAL.INVITATION-DIALOG.ERROR'), SnackBarNotificationLevel.Error); this.uiNotificationService.snackBarNotification(this.language.instant('DMP-USER-INVITATION-DIALOG.ERROR'), SnackBarNotificationLevel.Error);
} }
} }

View File

@ -1392,7 +1392,9 @@
"TITLE": "Invite authors", "TITLE": "Invite authors",
"ACTIONS": { "ACTIONS": {
"INVITE": "Invite" "INVITE": "Invite"
} },
"SUCCESS": "Invitation Success",
"ERROR": "Invitation Error"
}, },
"DMP-BLUEPRINT-LISTING": { "DMP-BLUEPRINT-LISTING": {
"TITLE": "Plan Blueprints", "TITLE": "Plan Blueprints",