Feature #2160
closedFilter by event identifier doesn't find the event
100%
Description
Tested on version 9.7.11
I tried to find the reason why an IdmIdentity NOTIFY event was created, i.e. the parent event of my event. But when I put the UID to the filter, no event was found. So I think the filter "Entity type / Entity or event identifier (like)" doesn't work well.
I reproduced it with the the help of filter by date:
1. Here you can see both events - parent and the child, and parent UID
2. JSON of the same response
3. Try to filter the parent event by its UID - none is found:
Files
Updated by Radek Tomiška over 4 years ago
- Tracker changed from Defect to Feature
- Priority changed from Normal to Low
- Estimated time set to 1.00 h
Like operator for uuid is little specific, see field help (under help icon):
"Given uuid identifiers cannot contain dashes (short identifier can be given or dashes can be removed)."
But I can add clausule with equals (or) as UX improvement - both options can be supported
Updated by Alena Peterová over 4 years ago
Radek Tomiška wrote:
Like operator for uuid is little specific, see field help (under help icon):
"Given uuid identifiers cannot contain dashes (short identifier can be given or dashes can be removed)."But I can add clausule with equals (or) as UX improvement - both options can be supported
Thanks, this works! But it really isn't much user friendly, since all other parts of IdM expect you to use the whole UID and fail when you write only part of it.
Before I created this ticket, I even clicked on the help icon, but I didn't read the text carefully because it looked like the standard text used in fulltext help icons. So this is another feedback for UX - if some text is only slightly different, but the different lines at the top please :-)
Updated by Radek Tomiška over 4 years ago
Thx for feedback :)
This filter was added before quick uuid links between agendas, so i wanted to support short uuid (which was shown in table) to make it a litte easier + help was added ... but i can see, every help can be pointed as bug :)
Updated by Radek Tomiška over 4 years ago
- Status changed from New to In Progress
- Target version set to 10.3.0
Updated by Radek Tomiška over 4 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
It's implemented, now is posible to use whole uuid identifier (with dashes) too, commit:
https://github.com/bcvsolutions/CzechIdMng/commit/84879f8f4e8929cb567aa68eb696fe22c5ee8013
Could you provide me a feedback, please?
Updated by Vít Švanda over 4 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 did review and test. Filtering by full UUID format works now. Thanks for that.
Updated by Radek Tomiška over 4 years ago
- Status changed from Resolved to Closed