Actions
Bug #19129
closedClone group via API ask for query
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
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
Actions