[CST-12109] small fixes

This commit is contained in:
Alisa Ismailati
2024-01-23 14:53:41 +01:00
parent 8cc45e8cbe
commit 2f43bb71a0
2 changed files with 5 additions and 7 deletions

View File

@@ -18,9 +18,7 @@ export class GetEPersonDataPipe implements PipeTransform {
transform(personId: string): Observable<EPerson> { transform(personId: string): Observable<EPerson> {
return this.ePersonDataService.findById(personId, true).pipe( return this.ePersonDataService.findById(personId, true).pipe(
getFirstCompletedRemoteData(), getFirstCompletedRemoteData(),
getRemoteDataPayload(), getRemoteDataPayload()
tap((ePerson: EPerson) => {console.log(ePerson)})
); );
} }
} }

View File

@@ -2480,7 +2480,7 @@
"item.page.version.create": "Create new version", "item.page.version.create": "Create new version",
"item.page.withdrawn": "Withdrawn this Item", "item.page.withdrawn": "Withdraw this Item",
"item.page.reinstate": "Reinstate this Item", "item.page.reinstate": "Reinstate this Item",
@@ -2616,7 +2616,7 @@
"item.qa.withdrawn-reinstate.modal.button.confirm.tooltip": "Send request", "item.qa.withdrawn-reinstate.modal.button.confirm.tooltip": "Send request",
"qa-withdrown.create.modal.button.confirm": "Withdrawn", "qa-withdrown.create.modal.button.confirm": "Withdraw",
"qa-reinstate.create.modal.button.confirm": "Reinstate", "qa-reinstate.create.modal.button.confirm": "Reinstate",
@@ -2630,7 +2630,7 @@
"item.version.create.modal.form.summary.label": "Summary", "item.version.create.modal.form.summary.label": "Summary",
"qa-withdrawn.create.modal.form.summary.label": "You are requesting to withdrawn this item", "qa-withdrawn.create.modal.form.summary.label": "You are requesting to withdraw this item",
"qa-withdrawn.create.modal.form.summary2.label": "Please enter the reason for the withdrawal", "qa-withdrawn.create.modal.form.summary2.label": "Please enter the reason for the withdrawal",
@@ -2648,7 +2648,7 @@
"item.qa.withdrawn.modal.submitted.header": "Sending withdrawn request...", "item.qa.withdrawn.modal.submitted.header": "Sending withdrawn request...",
"qa-event-notification.check.notification-withdrawn": "You have requested to withdrawn this item.", "qa-event-notification.check.notification-withdrawn": "You have requested to withdraw this item.",
"qa-event-notification.check.notification-reinstate": "You have requested to reinstate this item.", "qa-event-notification.check.notification-reinstate": "You have requested to reinstate this item.",