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

Fix build failures #161

Conversation

evangeloskp
Copy link
Contributor

This pull request is to fix build failures that occurred during the process of filtering out unpublished pages as well as a bug in the filtering logic itself.

kinkerl and others added 3 commits December 19, 2023 11:16
- Pin django-cms to version 4.0.0
- Pin djangocms-alias to version 1.11.0
- Pin djangocms-versioning to version 1.2.2

All of the above where required as they previously followed latest
releases for which djangocms-navigation was incompatible with.
It seems like page.get_title_obj().versions.first() can be of type
NoneType which is something that we need to take into account when
trying to access its state attribute.
@vipulnarang95 vipulnarang95 merged commit 9c85627 into FidelityInternational:feature/remove-unpublished-pages-from-admin-select-view Feb 15, 2024
8 checks passed
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.

4 participants