small ui fix

dmp-refactoring
amentis 1 month ago
parent 49e6e9ac9f
commit d8ba1a00c7

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

@ -78,10 +78,10 @@ export class DmpInvitationDialogComponent extends BaseComponent implements OnIni
}
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) {
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);
}
}

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

Loading…
Cancel
Save