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
The PageViewHelper does currently not work any more in backend context, because Extbase UriBuilder requires currentContentObject request attribute, which is not available in backend context.
The ViewHelper should therefore be adapted, so it simply uses TYPO3 site routing.
The text was updated successfully, but these errors were encountered:
The previously used PageViewHelper can not be used anymore,
because creation of frontend links through extbase UriBuilder
now requires a current contentObject.
The ViewHelper has therefore been refactored to be based on
TYPO3 page routing.
Closes#1270
The PageViewHelper does currently not work any more in backend context, because Extbase UriBuilder requires
currentContentObject
request attribute, which is not available in backend context.The ViewHelper should therefore be adapted, so it simply uses TYPO3 site routing.
The text was updated successfully, but these errors were encountered: