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

[5.x] Handle hidden fields on nav page edit form #11272

Merged
merged 3 commits into from
Dec 17, 2024

Conversation

duncanmcclean
Copy link
Member

@duncanmcclean duncanmcclean commented Dec 17, 2024

This pull request fixes an issue where hidden fields on nav pages were being persisted, even when always_save was false.

This was addressed in #5101 for the other publish forms (entries / terms / etc), so I've just implemented the HasHiddenFields mixin introduced in that PR.

Fixes #11249.

@jasonvarga jasonvarga merged commit 1036a91 into 5.x Dec 17, 2024
19 checks passed
@jasonvarga jasonvarga deleted the hidden-fields-on-nav-pages branch December 17, 2024 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

validate: sometimes not working when used in Nav blueprint
2 participants