Skip to content

Commit

Permalink
[BUGFIX] wrong default action for resend plugin
Browse files Browse the repository at this point in the history
resolves #617
  • Loading branch information
sbusemann authored and pixeldesu committed Feb 5, 2025
1 parent 1630858 commit 08dc0aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
'Femanager',
'ResendConfirmationMail',
[
\In2code\Femanager\Controller\NewController::class => 'confirmCreateRequest, createStatus, resendConfirmationMail, resendConfirmationDialogue',
\In2code\Femanager\Controller\NewController::class => 'resendConfirmationDialogue, resendConfirmationMail, confirmCreateRequest, createStatus',
],
[
\In2code\Femanager\Controller\NewController::class => 'confirmCreateRequest, createStatus, resendConfirmationMail, resendConfirmationDialogue',
\In2code\Femanager\Controller\NewController::class => 'resendConfirmationDialogue, resendConfirmationMail, confirmCreateRequest, createStatus',
],
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::PLUGIN_TYPE_CONTENT_ELEMENT
);
Expand Down

0 comments on commit 08dc0aa

Please sign in to comment.