Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AbstractLinkViewHelper returns wrong RequestInterface #815

Open
rteitge opened this issue Sep 28, 2024 · 1 comment
Open

AbstractLinkViewHelper returns wrong RequestInterface #815

rteitge opened this issue Sep 28, 2024 · 1 comment

Comments

@rteitge
Copy link

rteitge commented Sep 28, 2024

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>

@lochmueller
Copy link
Owner

Check out this issue: FluidTYPO3/vhs#1894 ... i will check this in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants