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

ArticleBundle 2.6.x still using forms from config/forms_sulu_25_or_lower/article_settings.xml #705

Open
treck opened this issue Sep 6, 2024 · 0 comments

Comments

@treck
Copy link

treck commented Sep 6, 2024

Q A
Bug? yes
New Feature? no
SuluArticleBundle Version 2.6.3
Sulu Version 2.6.4

Actual Behavior

At the sulu Backend the lastModified fields for Articles as pushed in #655 are still not visible.

Expected Behavior

lastModified Fields should be visible.

Steps to Reproduce

Just look at the article settings on PHP 8.3

Possible Solutions

sulu/article-bundle/DependencyInjection/SuluArticleExtension.php:192
replaced \class_exists with \interface_exists as LocalizedLastModifiedBehavior seems to be an interface.
Solved my problem of the not showing lastModified fields.

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

No branches or pull requests

1 participant