Closed (fixed)
Project:
Drupal core
Version:
10.1.x-dev
Component:
ajax system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Oct 2023 at 18:25 UTC
Updated:
30 Oct 2023 at 10:54 UTC
Jump to comment: Most recent
Comments
Comment #3
claudiu.cristeaComment #4
claudiu.cristeaOK, we have green. Ready for review.
Comment #5
catchLeft a comment on the MR but then looked a bit more - Symfony marked Request::get() internal in Symfony 5.4, so we probably shouldn't go out of our way to use it (although I personally think the 'get this from GET or POST' is useful). Given that was my only question here, moving to RTBC. We probably don't need to worry about existing usages of Request::get() until and if Symfony actually deprecates it though.
Comment #6
claudiu.cristeaThe
data-ajax-http-methodattribute hasn't been documented anywhere. Added few words here https://www.drupal.org/node/3089078/revisions/view/13205552/13270791Comment #11
lauriiiCommitted 291d8a2 and pushed to 11.x. Cherry-picked all the way to 10.1.x. Thanks!
Comment #13
claudiu.cristeaCrediting @huzooka as he has discovered the bug