Actions
Bug #24416
closedElm properties app is loaded multiple times
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
It bothers me each time
User visibility:
First impressions of Rudder
Effort required:
Medium
Priority:
75
Name check:
To do
Fix check:
Checked
Regression:
No
Description
When in the groups page, when I select a group from the tree, then select another group, I always get the following error in the browser console :
Uncaught Error: Your page is loading multiple Elm scripts with a module named Elm.Nodeproperties. Maybe a duplicate script is getting loaded accidentally? If not, rename one of them so I know which is which!
It happens every time I select a group from the tree, and also basically when a "new group details" is loaded on the page : cloning a group, even updating the same group !
It seems that loading the Nodeproperties
Elm app is done multiple times within the Scala HTML templates which are loaded dynamically.
- when deleting a group, the page is not refreshed and a query to
displayInheritedProperties
of the deleted group is made, returning 500 error
Updated by Clark ANDRIANASOLO 11 months ago
- Description updated (diff)
- Category set to Web - UI & UX
- Target version set to 8.0.7
- Severity set to Minor - inconvenience | misleading | easy workaround
- UX impact set to It bothers me each time
- User visibility set to First impressions of Rudder
- Effort required set to Medium
- Priority changed from 0 to 76
Updated by Clark ANDRIANASOLO 10 months ago
- Status changed from New to In progress
Updated by Raphael GAUTHIER 10 months ago
- Related to Bug #23400: JS error when clicking on a technique with several version in directive screen added
Updated by Clark ANDRIANASOLO 10 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from Clark ANDRIANASOLO to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/5477
Updated by Clark ANDRIANASOLO 10 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|ec6c5bfda90ca4af8dafeef94884467a81824e33.
Updated by Clark ANDRIANASOLO 10 months ago
- Related to Bug #24632: Node and group properties will not display in 8.1 added
Updated by Clark ANDRIANASOLO 10 months ago
- Related to Bug #24633: Node properties do not display in 8.0 added
Updated by Vincent MEMBRÉ 10 months ago
- Related to deleted (Bug #23400: JS error when clicking on a technique with several version in directive screen)
Updated by Vincent MEMBRÉ 10 months ago
- Related to deleted (Bug #24632: Node and group properties will not display in 8.1)
Updated by Vincent MEMBRÉ 10 months ago
- Related to deleted (Bug #24633: Node properties do not display in 8.0)
Updated by Vincent MEMBRÉ 10 months ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ 10 months ago
This bug has been fixed in Rudder 8.0.7 which was released today.
Updated by Vincent MEMBRÉ 9 months ago
- Status changed from Pending release to Released
- Priority changed from 76 to 75
Updated by Clark ANDRIANASOLO 8 months ago
- Related to Bug #24942: Properties tab in groups has no content after a save added
Actions