Merge branch 'dmp-refactoring' of code-repo.d4science.org:MaDgiK-CITE/argos into dmp-refactoring
This commit is contained in:
commit
09c428bd99
|
@ -621,7 +621,7 @@ export class DescriptionEditorComponent extends BaseEditor<DescriptionEditorMode
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// this.persistEntity();
|
this.persistEntity();
|
||||||
}
|
}
|
||||||
|
|
||||||
public delete() {
|
public delete() {
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue