eliashaeussler / typo3-form-consent

🏁 Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

Home Page:https://docs.typo3.org/p/eliashaeussler/typo3-form-consent/main/en-us/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Invoking of dismissal finisher after approval finisher

msollmann opened this issue · comments

TYPO3 version

typo3_src-11.5.17

PHP version

7.4.33

Extension version

0.6.4

Composer mode

  • I'm running TYPO3 in composer mode.

Operating system

Linux

Current behavior

The finisher on consent dismissal (https://github.com/eliashaeussler/typo3-form-consent/blob/main/README.md#invoke-finishers-on-consent-approval-or-dismissal) gets only invoked if the user clicks the dismissal link first or only. If the user clicks the approval link before the dismissal link, the dismissal finisher is not invoked and no mail is sent. The status of the user record is as expected: first approved, then deleted.

Expected behavior

No response

Steps to reproduce

No response

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct.

Hi @msollmann, thanks for the issue. This is now fixed and released as 0.7.1.