Actions
Bug #26206
closedDirective will not be displayed when clicking on a technique then on directive in tree
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Web - UI & UX
Target version:
Pull Request:
Severity:
Trivial - no functional impact | cosmetic
UX impact:
It bothers me each time
User visibility:
First impressions of Rudder
Effort required:
Very Small
Priority:
117
Name check:
To do
Fix check:
Checked
Regression:
No
Description
In the directives tree, when clicking on a directive, the URL changes to one with a hash : /secure/configurationManager/directiveManagement#{"directiveId":"b6362db9-4cb0-415a-87aa-574ccf911725"}
.
Then when clicking on a technique (e.g. the technique of the directive or any other one), the technique is displayed, but the URL does not change.
So, when clicking again on the same directive, the directive will not be displayed back, the technique remains displayed.
However clicking on the directive attempts to set the URL to the same as the current one, this may be helpful for solving the issue :
this.window.location.hash = "#" + JSON.stringify({"directiveId":"c65e1edc-2b23-4215-a719-c36cfd919252"});
Workaround is to refresh the page, or open other directives to change the URL, then open the current one.
Updated by François ARMAND 6 months ago
- Assignee set to Clark ANDRIANASOLO
- Priority changed from To review to 1 (highest)
Updated by Clark ANDRIANASOLO 6 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from Clark ANDRIANASOLO to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/6140
Updated by Clark ANDRIANASOLO 6 months ago
- Status changed from Pending technical review to Pending release
Updated by Elaad FURREEDAN 5 months ago
- Priority changed from 118 to 117
- Fix check changed from To do to Checked
Actions