Question
CBA Services Private Limited
IN
Last activity: 14 Oct 2024 4:16 EDT
Notification Landing Page Display Issue
We need to display landing pages based on notification categories when users click on notifications. Currently, when clicking on the notification icon, the "pyShowNotificationDefault" section is being called, which resides in `Work-` class. We have saved this rule into our work class and repeated the same dynamic layout to display sections based on notification categories. However, the issue arises when landing an assignment using the assignment key. This action replaces the current harness and reloads the entire portal. Our requirement is to display the content within the body of the portal without reloading the entire portal. Steps to Reproduce: 1. Click on the bell icon to view notifications. 2. Click on any notification. 3. Observe the entire portal reloading instead of just the content body. Expected Result: Clicking on notifications should display the landing pages within the content body of the portal, without reloading the entire portal. Actual Result: The entire portal is being reloaded, replacing the current harness. Impact: This issue is affecting user experience by causing unnecessary reloads of the entire portal, disrupting the workflow.