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

[BUG] Adding new page ignores setting CMS_DEFAULT_IN_NAVIGATION #7865

Open
1 of 2 tasks
jrief opened this issue Apr 5, 2024 · 1 comment
Open
1 of 2 tasks

[BUG] Adding new page ignores setting CMS_DEFAULT_IN_NAVIGATION #7865

jrief opened this issue Apr 5, 2024 · 1 comment

Comments

@jrief
Copy link
Contributor

jrief commented Apr 5, 2024

Description

When someone adds a new page, the setting parameter CMS_DEFAULT_IN_NAVIGATION is ignored.

Steps to reproduce

  • Add or change CMS_DEFAULT_IN_NAVIGATION = False in your project's settings.py.
  • Add a new page.

Expected behaviour

The checkbox "Menu" for the new page in the page tree should be unchecked.

Actual behaviour

The checkbox "Menu" for the new page in the page tree is checked.

Additional information (CMS/Python/Django versions)

Django-CMS version 4.1

Do you want to help fix this issue?

I have a patch.

  • Yes, I want to help fix this issue and I will join #workgroup-pr-review on Slack to confirm with the community that a PR is welcome.
  • No, I only want to report the issue.
@fsbraun
Copy link
Sponsor Member

fsbraun commented May 2, 2024

The reason is, that there is no setting CMS_DEFAULT_IN_NAVIGATION. We would need to add it first. Please close this issue if ok with this, or turn into a feature request.

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 a pull request may close this issue.

2 participants