Georg Ringer
Georg Ringer
but is fine in the docs, https://docs.typo3.org/p/georgringer/news/11.3/en-us/Tutorials/BestPractice/Rss/Index.html#automatic-rss-feeds-based-on-plugins isnt it?
wanna do a PR and just remove it?
not so sure if this is enough as it could include other news as well
don't really understand but looks like this is more a core issue as I don't change any backend stuff at all? so maybe add it at https://forge.typo3.org/projects/typo3cms-core/issues ?
wanna checkout https://github.com/georgringer/news/pull/2177?
added a commit, wanna check?
tested this with simple ```yaml routeEnhancers: PageTypeSuffix: type: PageType default: '' map: feed.xml: 9818 calendar.ical: 9819 News: type: Extbase extension: News plugin: Pi1 routes: - routePath: '/' _controller: 'News::list' -...
please try ``` type: PersistedAliasMapper tableName: tx_news_domain_model_news routeFieldName: path_segment ``` istead of ``` type: NewsTitle ```
i feel the same, maybe test with previous core version - fixed there by accident? ^^
if you would rename the method in `ExtensionServiceXclassed` I guess you would get the same error from `ExtensionService`. if yes, this is your error. why not provide the extensionName argument?