Actions
Bug #19654
closedBroken group properties
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
After creating a group I get a popup "Error while fetching group properties". Nothing in the console, and there is one of the correctly answered request which looks like the properties:
https://127.0.0.1:8581/rudder/secure/api/groups/c9f337d3-6b42-4405-a237-e0f48c62a826/displayInheritedProperties
{"action":"groupDisplayInheritedProperties","id":"c9f337d3-6b42-4405-a237-e0f48c62a826","result":"success","data":{"groups":[{"groupId":"c9f337d3-6b42-4405-a237-e0f48c62a826","properties":[{"name":"frrfref","value":"gregrz","provider":"inherited","hierarchy":"<p>from <b>Global Parameter</b>:<pre>\"gregrz\"</pre></p>","origval":"gregrz"},{"name":"rudder","value":{"packages":{"installed_cache_expire":60,"updates_cache_expire":240}},"provider":"inherited","hierarchy":"<p>from <b>Global Parameter</b>:<pre>{\n \"packages\" : {\n \"installed_cache_expire\" : 60,\n \"updates_cache_expire\" : 240\n }\n}\n</pre></p>","origval":{"packages":{"installed_cache_expire":60,"updates_cache_expire":240}}},{"name":"rudder_file_edit_header","value":"### Managed by Rudder, edit with care ###","provider":"inherited","hierarchy":"<p>from <b>Global Parameter</b>:<pre>\"### Managed by Rudder, edit with care ###\"</pre></p>","origval":"### Managed by Rudder, edit with care ###"},{"name":"test","value":"plop"}]}]}}
Updated by Raphael GAUTHIER over 3 years ago
- Status changed from New to In progress
- Assignee set to Raphael GAUTHIER
Updated by Raphael GAUTHIER over 3 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Raphael GAUTHIER to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder/pull/3765
Updated by Raphael GAUTHIER over 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|27aa2bd30b4286fb09af93772cf5ee2114ecc479.
Updated by Vincent MEMBRÉ about 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.0.0~beta1 which was released today.
Actions