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 committed Nov 14, 2024
1 parent f589a93 commit bf1caf8
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 bf1caf8

Please sign in to comment.