CurrencyController has no method editAction
as configured in ext_localconf.php
#434
Labels
editAction
as configured in ext_localconf.php
#434
Bug Report
Current Behavior
Using the plugin "Cart: Currency Selector" throws the error
TYPO3\CMS\Extbase\Mvc\Exception\NoSuchActionException
with the detailed information
"An action "editAction" does not exist in controller "Extcode\Cart\Controller\Cart\CurrencyController"."
Expected behavior/output
No error shall occur
Environment
Possible Solution
Implement the method
editAction
in theCurrencyController
.It will still not work because
updateAction
What was the idea? How is it intended to work?
The text was updated successfully, but these errors were encountered: