Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUGIFX: Show hidden state only for directly disabled nodes without inheritance #3880

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

dlubitz
Copy link
Contributor

@dlubitz dlubitz commented Oct 24, 2024

Before this fix the display of the hidden state in the content and document tree was broken. Initially only directly disabled nodes where marked as hidden. After opening a document node below a directly disabled node the icon of the selected node has changed also to "hidden".

In Neos <9 we only show disabled nodes with the "hidden" indicator and not the children. So this change ensures the same behavior as before.

In future we should think about a new indicator, which shows a "nodes hidden/disabled by inheritance" state.

Before:
image

Now:
image

@github-actions github-actions bot added the 9.0 label Oct 24, 2024
@dlubitz dlubitz self-assigned this Oct 24, 2024
Copy link
Member

@nezaniel nezaniel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one, already ran into this

Copy link
Member

@bwaidelich bwaidelich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect

@bwaidelich bwaidelich merged commit c4dcecc into neos:9.0 Oct 24, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants