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

Fixed a bug where the caret / chevron was still displayed when a child page was deleted. #1066

Closed
wants to merge 3 commits into from

Conversation

Jayson-Furr
Copy link
Contributor

Fixed a bug where the caret / chevron was still displayed when a child page was deleted. I also added HasNavigationChildren beside HasChildren to better support menus when you dont want the child pages visible in the menu. This will allow a page to have non-navigation children and not show the caret / chevron. The naming may need to change over time?

…d page was deleted. I also added HasNavigationChildren beside HasChildren to better support menus when you dont want the child pages visible in the menu. This will allow a page to have non-navigation children and not show the caret / chevron. The naming may need to change over time?
@sbwalker
Copy link
Member

@Jayson-Furr can you please submit the menu changes as a separate PR from the module creator template? I have also noticed that the horizontal menu component is buggy. If I add a new page called Test which is a child of Home and specify navigation = true and add to end, the menu displays "Home Test Private ..." - which is incorrect. The menu should only display items at the current Level. The issue you raised is also a problem - where it is not ignoring Deleted pages - however I am not sure if a new property is necessary to fix the problem - I think the menu component is not interpreting the existing properties properly.

@Jayson-Furr
Copy link
Contributor Author

Yes sir, I will re-fork it and get it this weekend.

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.

2 participants