Conflict with Pimcore Members bundle - form is always submitted #2442
Closed
dolmit-tanel-paaro
started this conversation in
General
Replies: 1 comment 5 replies
-
CoreShop has this since 2.0, I can't remember the reason anymore for it. Why is Members handling a Request when it hasn't been submitted in the first place? I guess we could also check in CoreShop if it is still needed, since I cannot remember the reason anymore. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have encountered an issue that is caused by an override applied by CoreShop ResourceBundle.
Please see this issue I've created on Members bundle github: dachcom-digital/pimcore-members#188
My question is why was
HttpFoundationRequestHandler
overridden by CoreShop ResourceBundle?Why is it important that form is always submitted, discarding the request method?
Reference to class signature:
Beta Was this translation helpful? Give feedback.
All reactions