Problem/Motivation
This is not ready to be worked on. Currently in the FormBuilder when the deprecation is removed then csrf_token (not required) is followed by a required service. Which breaks a test.
Do we make csrf_token required or deprecate the order to move csrf_token to the end
Steps to reproduce
Proposed resolution
TBD
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3574721
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3574721-formbuilder-service-order
changes, plain diff MR !14848
Comments
Comment #2
nicxvan commentedComment #4
smustgrave commentedPer the slack could we just make it required now? Credited larowlan and tim.plunkett from slack channel
Comment #5
nicxvan commentedCallable resolver shouldn't be optional either
Comment #6
smustgrave commentedpushed that change though.
Comment #7
smustgrave commentedComment #8
nicxvan commentedThis is good and matches what was discussed in slack.
Comment #9
longwaveNot clear if this should be backported to 11.3.x, I've only put it in main and 11.x for now - let me know if this needs to go back further.
Committed and pushed 0318f797cdf to main and e0b3be8edb2 to 11.x. Thanks!