You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: