nhovratov / jobfair

5 stars 4 forks source link

Exception because of invalid argument noCacheHash in Partial Rss2.html for uri.action (with TYPO3 11) #23

Closed sypets closed 11 months ago

sypets commented 11 months ago

Undeclared arguments passed to ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Uri\ActionViewHelper: noCacheHash. Valid arguments are: action, arguments, controller, extensionName, pluginName, pageUid, pageType, noCache, section, format, linkAccessRestrictedPages, additionalParams, absolute, addQueryString, argumentsToBeExcludedFromQueryString, addQueryStringMethod

Reason

Resources/Private/Partials/RSS/Rss2.html:

<atom:link href="{f:uri.action(action:'show', arguments:{job : job}, absolute:'1', noCacheHash:'TRUE') -> f:format.htmlentities()}" rel="self" type="application/rss+xml" />

Reproduce

Used RSS feed (URL with type=100) with default configuration (RSS2),

Versions