Actions
Bug #22138
closedBug #22015: Missing epoch string in search node query from pie chart
Bug #22131: Change in lib for node dashboard in home page makes it non clickable anymore
In dashboard in graph by OS, click for some OS lead to AIX
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
The middle graph (by OS) sometime leads to AIX, not the correct OS type.
The problem is that if the OS name given does not matches the backend name, the query default back to the first in list (AIX):
Centos like that is ok:
.../secure/nodeManager/searchNodes#{%22query%22:{%22select%22:%22nodeAndPolicyServer%22,%22composition%22:%22And%22,%22where%22:[{%22objectType%22:%22node%22,%22attribute%22:%22osName%22,%22comparator%22:%22eq%22,%22value%22:%22Centos%22}]}}
"CentOS" like that (what is given by cliking in the graph) leads to AIX.
Updated by François ARMAND almost 2 years ago
- Status changed from New to In progress
- Assignee set to François ARMAND
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
- Subject changed from Change in graph lib for dashboard also breaks by OS click, always lead to AIX to In dashboard in graph by OS, click for some OS lead to AIX
- Description updated (diff)
Updated by François ARMAND almost 2 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder/pull/4589
Updated by Anonymous almost 2 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|eec2c4dd8c5e55f0e7d3815039d45cdb799691ef.
Updated by Vincent MEMBRÉ almost 2 years ago
- Target version changed from 7.2.3 to 7.2.2
Updated by François ARMAND almost 2 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ almost 2 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.2.2 which was released today.
Actions