Skip to content

Commit c7fb92b

Browse files
derhansenlolli42
authored andcommitted
[TASK] Adapt invalid doc comment in extbase ActionController
The doc comment for the extbase `errorAction` describes, that the cache is cleared when the function is called. The cache is however not cleared by the function and the doc comment has therefore been adapted. Resolves: #108064 Releases: main, 13.4 Signed-off-by: Torben Hansen <derhansen@gmail.com> Change-Id: Ifa133d457e4e32f6fa5d97a85658e25d8b252bad Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/91768 Tested-by: core-ci <typo3@b13.com> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
1 parent 073b027 commit c7fb92b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Classes/Mvc/Controller/ActionController.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -581,9 +581,6 @@ protected function resolveView(): FluidStandaloneViewInterface|ViewInterface
581581
*
582582
* The default implementation sets a flash message, request errors and forwards back
583583
* to the originating action. This is suitable for most actions dealing with form input.
584-
*
585-
* We clear the page cache by default on an error as well, as we need to make sure the
586-
* data is re-evaluated when the user changes something.
587584
*/
588585
protected function errorAction(): ResponseInterface
589586
{

0 commit comments

Comments
 (0)