Defect #1513
closedFix enumation usage in filter - filter does'nt work
100%
Description
Tested on version: 9.3.4
The filter "Sending status" doesn't work correctly - if I select "Not sent", all items are returned (see screenshot). If I select "Send", no items are returned.
Also please change the value in the select box from "Send" to "Sent".
Files
Related issues
Updated by Alena Peterová almost 6 years ago
- Tracker changed from Task to Defect
- Description updated (diff)
Updated by Radek Tomiška almost 6 years ago
- Status changed from New to In Progress
- Target version set to Pyrite (9.5.0)
Updated by Radek Tomiška almost 6 years ago
- Priority changed from Normal to High
- Estimated time set to 4.00 h
This issue occurs, when filter is previously persisted in redux - e.g. show email table, use filter on email state (it's ok) - switch to identites content - return to email table - use filter (it's broken as description says).
This issue affects all enumerations used in filter.
Updated by Radek Tomiška almost 6 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 0 to 90
I fixed using enumerations in filters (~using symbols). All filters should have to use redux value correctly now.
Commit:
https://github.com/bcvsolutions/CzechIdMng/commit/1be32c687e57018420abb0e375305072f94f03e0
Could you do a feedback, please?
Updated by Alena Peterová almost 6 years ago
I have similar problem with filter on "History of worfklow processes" tab - filtering by workflow definition doesn't work. Is it the same issue as this?
Updated by Radek Tomiška almost 6 years ago
The issue with "History of worfklow processes" filter is not related with this ticket (it's not enumeration), but i fixed it too - the cause was a wrong filter property name:
Updated by Radek Tomiška almost 6 years ago
- Subject changed from E-mails history - filter by "Sending status" doesn't work to Fix enumation usage in filter - filter does'nt work
Updated by Radek Tomiška almost 6 years ago
- Related to Defect #1546: Filter not working (OrgUnit detail, Users tab) added
Updated by Vít Švanda almost 6 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 90 to 100
I reviewed this and it works correctly (tested in the Chrome and IE11 too). Thanks for fix.
- I added translated Send to Sent.
https://github.com/bcvsolutions/CzechIdMng/commit/e0f2ace9bb814b9f1ae03a5d243ac3e43db322f8
Updated by Radek Tomiška almost 6 years ago
- Status changed from Resolved to Closed