Bug #25046
closed
Some results of quicksearch cannot be opened
Added by Clark ANDRIANASOLO 5 months ago.
Updated 4 months ago.
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
It bothers me each time
User visibility:
First impressions of Rudder
Effort required:
Very Small
Description
When searching for an existing group/directive in the quicksearch bar, they are found but a single click on the element does not redirect to the page for it.
We can only open it in a new tab (middle click / open link in a new tab in the browser)
- Related to Bug #24854: Cannot open a directive if we search in the directive tree with the filter added
This does not seem to happen for "node" results
- Target version changed from 8.1.5 to 8.1.6
:facepalm:
This only happens when searching and attempting to click on another group when already in the groups page (respectively, when searching for another directive when already in the directives page).
This is due to the fact that URLs for groups and directives are hash-based : https://my-rudder.com/rudder/secure/nodeManager/groups#{"groupId":"4c8387e3-6a21-4659-9ae8-7b8e201f976"}
and https://my-rudder.com/rudder/secure/configurationManager/directiveManagement#{"directiveId":"930b8ec6-9bc4-400c-8e51-9b12826f1140"}
, and clicking will only change the window URL but will not notify the app to load the new details page...
Workaround is a middle click, open link in a new page, or refresh the page after clicking the link (which should have changed the URL)
- Status changed from New to In progress
- Assignee set to Clark ANDRIANASOLO
- Status changed from In progress to Pending technical review
- Assignee changed from Clark ANDRIANASOLO to Raphael GAUTHIER
- Pull Request set to https://github.com/Normation/rudder/pull/5760
- Status changed from Pending technical review to Pending release
- Fix check changed from To do to Checked
- Status changed from Pending release to Released
- Priority changed from 140 to 139
This bug has been fixed in Rudder 8.1.6 which was released today.
Also available in: Atom
PDF