web-app icon indicating copy to clipboard operation
web-app copied to clipboard

Notifications: routing to notification blocked by missing `parentId` attribute

Open karantakalkar opened this issue 4 years ago • 1 comments

  • 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.

Screenshot from 2020-08-26 14-48-17

  • 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 given isRead http parameter.

Connected with: https://issues.apache.org/jira/browse/FINERACT-1132

karantakalkar avatar Aug 26 '20 09:08 karantakalkar

can I work on this ? is this issue workable or I need some APIs ?

ayan-biswas0412 avatar Feb 10 '21 10:02 ayan-biswas0412