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
Current Behavior
In TYPO3 12 (i'm using 12.3.0-dev currently), all core ViewHelpers are marked as final. Currently, the class SFC\Staticfilecache\ViewHelpers\Be\Menus\ActionMenuViewHelper extends from TYPO3\CMS\Fluid\ViewHelpers\Be\Menus\ActionMenuViewHelper which results in an error.
Expected behavior/output
There shouln't be an error
Environment
TYPO3 version(s): 12.3.0-dev
staticfilecache version: dev-master
Is your TYPO3 installation set up with Composer (Composer Mode): yes
OS: Ubuntu (docker)
The text was updated successfully, but these errors were encountered:
Bug Report
Current Behavior
In TYPO3 12 (i'm using 12.3.0-dev currently), all core ViewHelpers are marked as final. Currently, the class
SFC\Staticfilecache\ViewHelpers\Be\Menus\ActionMenuViewHelper
extends fromTYPO3\CMS\Fluid\ViewHelpers\Be\Menus\ActionMenuViewHelper
which results in an error.Expected behavior/output
There shouln't be an error
Environment
The text was updated successfully, but these errors were encountered: