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
Has there been a change in how to extend the News Models?
I'm trying to update EXT:news_seo for v13, but I get the error Call to undefined method GeorgRinger\News\Domain\Model\NewsDefault::isRobotsIndex()
The cache file is correctly written and contains the function, however it seems it's somehow not loaded in the frontend:
In news-seo's NewsDetailActionEventListener.php the error Call to undefined method GeorgRinger\News\Domain\Model\NewsDefault::isRobotsIndex() is thrown because the object misses the extended properties,
News-Object in Detail View:
compared with v12:
Both screens taken with xdebug in news-seo/Classes/EventListener/NewsDetailActionEventListener.php:25
Environment
TYPO3 version(s): 13.2.1
news version: branch dev-12-13
Is your TYPO3 installation set up with Composer (Composer Mode): yes
Bug Report
Using the dev-12-13 branch
Has there been a change in how to extend the News Models?
I'm trying to update EXT:news_seo for v13, but I get the error Call to undefined method GeorgRinger\News\Domain\Model\NewsDefault::isRobotsIndex()
The cache file is correctly written and contains the function, however it seems it's somehow not loaded in the frontend:
In news-seo's
NewsDetailActionEventListener.php
the errorCall to undefined method GeorgRinger\News\Domain\Model\NewsDefault::isRobotsIndex()
is thrown because the object misses the extended properties,News-Object in Detail View:
compared with v12:
Both screens taken with xdebug in
news-seo/Classes/EventListener/NewsDetailActionEventListener.php:25
Environment
Additional context
May be related to #2512
Here's what I changed in news-seo: georgringer/news_seo#23
composer.json excerpt:
The text was updated successfully, but these errors were encountered: