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 · 1 comment
Assignees

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.

@alexander-schranz
Copy link
Member

alexander-schranz commented Oct 31, 2024

@treck Your solution make sense, do you want to create a merge request for it?

treck added a commit to treck/SuluArticleBundle that referenced this issue Jan 24, 2025
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

3 participants