Actions
Bug #26064
openGroup query select attribute has different name in create and update payload
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
It bothers me each time
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Very Small
Priority:
106
Name check:
To do
Fix check:
To do
Regression:
No
Description
When creating a group or updating it with a query containing "select" : "nodeAndPolicyServer"
, the API ignores the query update, however with "returnType" : "nodeAndPolicyServer"
it works.
It is not consistent with the returned JSON for the group : the query has the "select"
key.
We should support a "select"
alias for "returnType"
in the endpoints to create and update group payloads
Updated by Clark ANDRIANASOLO 10 days ago
- Related to Bug #19869: Persist revisions of node inventories in fact-repository added
Updated by Clark ANDRIANASOLO 10 days ago
- Status changed from New to In progress
Updated by Clark ANDRIANASOLO 10 days 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/6083
Updated by Clark ANDRIANASOLO 9 days ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|b56569984103acff250d254350e1543a4f0be792.
Actions