Actions
Bug #22015
closedMissing epoch string in search node query from pie chart
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Very Small
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Yes
Description
When a node has an epoch in his version, the redirection to the search node page lead to an empty table when we try to click on the pie chart by agent version.
It's due to the missing epoch from the version in URL query.
Solution: add (\d+:)?
at the beginning of the regex for the agent version
Updated by Elaad FURREEDAN about 2 years ago
- Related to Bug #22012: Node search by version faild when there is epoch in agent version added
Updated by Elaad FURREEDAN about 2 years ago
- Status changed from New to In progress
- Assignee set to Elaad FURREEDAN
Updated by Elaad FURREEDAN about 2 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Elaad FURREEDAN to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/4550
Updated by Anonymous about 2 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|e1750d9e0c24affcf63b877b5e4b00f183c4ef6e.
Updated by Alexis Mousset almost 2 years ago
- Fix check changed from To do to Error - Blocking
Updated by François ARMAND almost 2 years ago
- Fix check changed from Error - Blocking to Checked
Updated by François ARMAND almost 2 years ago
- Related to Bug #22134: Click on graph node with "applying" compliance lead to JS error added
Updated by François ARMAND almost 2 years ago
- Related to deleted (Bug #22134: Click on graph node with "applying" compliance lead to JS error )
Updated by Vincent MEMBRÉ almost 2 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.1.8 and 7.2.2 which were released today.
Actions