dachcom-digital / pimcore-members

Pimcore Object, Asset and Document Restriction & Frontend Authentication
Other
54 stars 34 forks source link

fix: return proper HTTP response codes on form submit #161

Closed aarongerig closed 2 years ago

aarongerig commented 2 years ago
Q A
Branch? master
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no

Since Symfony 5.3 there is a new form handler helper, which returns the proper HTTP response codes for form submissions. This is especially useful when using libraries like Symfony UX Turbo, as they rely on those in order to reload/redirect the pages correctly.

LMK if anything else needs to be done. Thanks in advance!

solverat commented 2 years ago

Uh, that's nice! Thanks!