You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
When using version 3.33.0 or higher and syncing components via the pull/push components command, the component_group_whitelist does not get updated, resulting in an user not being able to select any block.
Expected behavior:
When using the pull/push components commands to sync blocks, they keep the component_group_whitelist
Steps to reproduce:
Create a block folder blockFolder1
Create one block of type universal
create a block called block1 with 1 Blocks field called field1, whitelist blocks fromt he blockFolder
Create one block of type nestable block
create a block called block2 and put it in the blockFolder1
Create a story based on block1 and in field1 try to create a new block
Run the following script between multiple spaces (use the correct source/target)
in the old version source_uuid was added during sync to correctly map the block (Using the getGroupByUuid) but source_uuid is now never generated/mapped anymore
The text was updated successfully, but these errors were encountered:
Current behavior:
When using version 3.33.0 or higher and syncing components via the pull/push components command, the component_group_whitelist does not get updated, resulting in an user not being able to select any block.
Expected behavior:
When using the pull/push components commands to sync blocks, they keep the component_group_whitelist
Steps to reproduce:
blockFolder1
block1
with 1Blocks
field calledfield1
, whitelist blocks fromt heblockFolder
block2
and put it in theblockFolder1
Other information:
in the old version
source_uuid
was added during sync to correctly map the block (Using the getGroupByUuid) but source_uuid is now never generated/mapped anymoreThe text was updated successfully, but these errors were encountered: