Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add initializeCheckConfirmationAction to avoid "Required argument "ma… #1094

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

svewap
Copy link
Contributor

@svewap svewap commented Aug 8, 2024

add initializeCheckConfirmationAction to avoid "Required argument "mail" is not set for In2code\Powermail\Controller\FormController->checkConfirmation"

This prevents the TYPO3 log from becoming cluttered.

@mschwemer
Copy link
Collaborator

I think, that this is not a proper solution, although we already have it in our code.

Why?

The the methods return a "FowardResponse" with status 204. This leaves the browser on the current page and does not forward and display the form action on the same page.

See also https://forge.typo3.org/issues/105034 and https://github.com/in2code-de/powermail/tree/bugfix/989_prevent-exception-in-create-action

I am currently on that issue and will fix this too.

@mschwemer mschwemer changed the base branch from master to typo3-v12 October 23, 2024 13:44
…il" is not set for In2code\Powermail\Controller\FormController->checkConfirmation"
@mschwemer mschwemer merged commit 3cb8ebf into in2code-de:typo3-v12 Oct 23, 2024
8 of 9 checks passed
mschwemer added a commit that referenced this pull request Oct 23, 2024
@mschwemer
Copy link
Collaborator

Needed to revert it, because several acceptance tests broke :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants