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
I'm using the IndexViewHelper in FE with T3 v12.4.20 to generate a link with the index record and detailPid. It throws this error:
HDNET\Calendarize\ViewHelpers\Link\AbstractLinkViewHelper::getRequest(): Return value must be of type TYPO3\CMS\Extbase\Mvc\RequestInterface, TYPO3\CMS\Core\Http\ServerRequest returned
My code (according to ListItem): <c:link.index index="{record.index}" pageUid="{detailPid}" class="url">{record.event.title}</c:link.index>
The text was updated successfully, but these errors were encountered:
I'm using the
IndexViewHelper
in FE with T3 v12.4.20 to generate a link with the index record and detailPid. It throws this error:HDNET\Calendarize\ViewHelpers\Link\AbstractLinkViewHelper::getRequest(): Return value must be of type TYPO3\CMS\Extbase\Mvc\RequestInterface, TYPO3\CMS\Core\Http\ServerRequest returned
My code (according to ListItem):
<c:link.index index="{record.index}" pageUid="{detailPid}" class="url">{record.event.title}</c:link.index>
The text was updated successfully, but these errors were encountered: