- Issue created by @sker101
- πΊπΈUnited States mradcliffe USA
Adding the needs tests tag to write a failing test in addition to manual testing.
- πΊπΈUnited States percoction
Just commenting here to update: I've started working on this at DrupalCon2024 Portland.
Was (I believe) able to reproduce the bug on 11.x branch on a DrupalPod. I say I believe because I receive an error using GET method where I don't with a POST method, but I am not sure how to inspect requests / set breakpoints in DrupalPod yet.
Going to work on adding a test to core to prove / reproduce the bug
- πΊπΈUnited States percoction
Pushed up two branches on the issue fork (they are basically the same, cloned from the 10.2.x branch).
The branches include two new FunctionalJavascript tests that test adding a AJAX callback to a Form programmatically utilizing each of the two HTTP methods GET and POST. The test using a POST AJAX callback should succeed and the test using a GET AJAX callback should fail, demonstrating the bug.
Going to remove the Needs tests tag - please let me know if we really need tests on a 11.x branch as well before removing this tag.
- π³πΏNew Zealand quietone
This needs to be fixed on 11.x (our main development branch) first, and are then back ported as needed according to our policies. Also, 10.2 is in security mode now.