Converting Set to Collection ignores spaceId #1575
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Have you read a contributing guide?
Current Behavior
There is no filter by spaceId in set->collection conversion logic, so we get collection with objects from another space. It's not easy to see in interface because client filters all objects by spaceId, the only way to see this bug is go to Flow view
Expected Behavior
Collection should contain only objects from current space
Steps To Reproduce
Prerequisite: have at least 2 spaces
Environment
Anything else?
Conversion logic is placed inside method:
core/block/editor/converter/layout.go:172
we need to add SpaceId filter to
generateFilters
method in the same fileThe text was updated successfully, but these errors were encountered: