Project

General

Profile

Bug #19129

Updated by François ARMAND about 3 years ago

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@ -@category@ is missing in response (not specific to clone) clone)- (perhaps it's by design, and that change would be a bit big) 
 - 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

Back