web-app
web-app copied to clipboard
Notifications: routing to notification blocked by missing `parentId` attribute
- Routing to certain notifications like "Loan Created" is being blocked because of change in routing structure from community app, to navigate to a certain loan account we must now know the
parent entity Id
.
-
Currently navigating by clicking on notification gives 404. Though parent entity Id is not required to fetch loan/savings data it is required to route with present scenario.
-
Notifications code also need to be updated once back-end updates
isRead
parameter and returns appropriate notifications for givenisRead
http parameter.
Connected with: https://issues.apache.org/jira/browse/FINERACT-1132
can I work on this ? is this issue workable or I need some APIs ?