Actions
Bug #19149
closedBug #19129: Clone group via API ask for query
Fix compilation issue
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
Several problems with node group API:
- clone ask for a query (which remove a bit of the interest of the thing)
- when cloning, the action name is still createGroup
- category
is missing in response (not specific to clone)
- documentation is incorrect for creation/clone (nodeIds
and groupClass
are not parameters, source
is misssing)
- source can only be taken from URL params which is inconsistant with other objects
- the source ID is used for the new group, leading to an error "already exists"
- category is not taken into account in update
query, which means that we can't move group by API
Updated by Vincent MEMBRÉ over 3 years ago
- Status changed from New to In progress
- Assignee set to Vincent MEMBRÉ
Updated by Vincent MEMBRÉ over 3 years ago
- Target version changed from 6.2.6 to 7.0.0~beta1
Updated by Vincent MEMBRÉ over 3 years ago
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/3587
Updated by Vincent MEMBRÉ over 3 years ago
- Status changed from In progress to Pending release
Applied in changeset rudder|5de57b2ccc2f3a31082ebbe80c6ce86311074110.
Updated by Vincent MEMBRÉ over 3 years ago
- Status changed from Pending release to Released
Actions