neos-ui icon indicating copy to clipboard operation
neos-ui copied to clipboard

BUG: NodeTree presets, break expanding collapsed subtree

Open MiauzGenau opened this issue 1 year ago • 0 comments

Description

After using NodeTree filter presets, the default NodeTree does not reset properly and does not allow the expanding of sub-trees, which where expanded before the filter usage.

Steps to Reproduce

  1. Add config:
Neos:
  Neos:
    userInterface:
      navigateComponent:
        nodeTree:
          presets:
            blog:
              ui:
                label: 'Blog'
                icon: 'icon-folder'
              baseNodeType: 'Neos.Demo:Document.Blog'
  1. Expand sub-tree in default NodeTree
  2. Use filter preset
  3. Reset filter
  4. Try to expand the sub-tree => No sub-tree items get loaded

Expected behavior

Sub-tree items should get loaded.

Actual behavior

Screen Recording 2024-06-25 at 14 17 17(1)

Affected Versions

Neos: 8.3

UI: 8.3

MiauzGenau avatar Jun 25 '24 14:06 MiauzGenau