-
- {{eventElement.event.message.reason}}
-
-
+
+ {{eventElement.event.message.reason}}
+
+
+ + + {{ (eventElement.event.originalId | dsGetEPersonData | async)?.name }} + + +
+
diff --git a/src/app/notifications/qa/events/quality-assurance-events.component.ts b/src/app/notifications/qa/events/quality-assurance-events.component.ts
index bf0b1dfa804..24369c00fa6 100644
--- a/src/app/notifications/qa/events/quality-assurance-events.component.ts
+++ b/src/app/notifications/qa/events/quality-assurance-events.component.ts
@@ -34,6 +34,7 @@ import { AuthorizationDataService } from '../../../core/data/feature-authorizati
import { FeatureID } from '../../../core/data/feature-authorization/feature-id';
import { NoContent } from '../../../core/shared/NoContent.model';
import {environment} from '../../../../environments/environment';
+import { getEntityPageRoute } from 'src/app/item-page/item-page-routing-paths';
/**
* Component to display the Quality Assurance event list.
@@ -458,4 +459,8 @@ export class QualityAssuranceEventsComponent implements OnInit, OnDestroy {
delete(qaEvent: QualityAssuranceEventData): Observable