component_group_whitelist breaks when using "storyblok push-components" synchronisation #19
Open
1 of 6 tasks
Labels
bug
Something isn't working
The issue occurs while working with: (check one with "x")
Current behavior:
When pushing json components using the command
storyblok push-components
and regarding components groups, groups are successfully created but it breaks restrictions that are using"restrict_type":"groups"
example :
the components above need to be manually updated with the group restriction (which seams visually ok btw)
Expected behavior:
Restrictions using group of components should be working on the target space :)
Steps to reproduce:
Create a group restriction on space
1
Pull components from that space using storyblok cli
Push components to another space using storyblok cli
Related code:
storyblok pull-components --space 2
(pull components from that space)storyblok push-components components.1.json --space 2
(push components to the target space)The text was updated successfully, but these errors were encountered: