Task #1950
closedNotification: add filter by topic
100%
Description
Add filter by topic (equal) to notification agenda (FE + BE).
- add new filter into FE agenda (Notifications > Notifications history)
- add new field into IdmNotificationFilter (string topic)
- implement criteria to AbstractNotificationLogService.toPredicates
- add new filter mapping into IdmNotificationLogController
- add filter by topic into 'text' filter (like, lower case)
Related issues
Updated by Ondrej Husník about 5 years ago
- Status changed from New to In Progress
Updated by Radek Tomiška about 5 years ago
- Related to Task #1953: Notification: add filter by topic to sub notifications added
Updated by Ondrej Husník about 5 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Ondrej Husník to Radek Tomiška
The task is complete and added search field seems to work as expected. Thank you for your patient help.
https://github.com/bcvsolutions/CzechIdMng/pull/65/commits/a078a33e4370715bf5e14fbab548f2fd9155bc59
Updated by Radek Tomiška about 5 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Radek Tomiška to Ondrej Husník
- % Done changed from 90 to 100
I did test and code review, it works and code is noce, thx!
I refactored just minor things:
- topic filter moved on UI and help added for updated text filter
- forgotten warning removed
Commit in #1953.
Merged into develop.