Problem/Motivation
The cache metadata is incorrect on forms. Prior to #2578855: Form tokens are now rendered lazily, allow forms to opt in to be cacheable this did not matter as forms were not cached - but now they can be.
This MR also fixes the pipeline so it is green.
Steps to reproduce
Run tests
Proposed resolution
Add the correct cacheability metadata to the forms.
Remaining tasks
None
User interface changes
None
API changes
None
Data model changes
None
Issue fork entity_usage-3499592
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:
Comments
Comment #3
alexpottThe cache metadata is incorrect on forms. Prior to #2578855: Form tokens are now rendered lazily, allow forms to opt in to be cacheable this did not matter as forms were not cached - but now they can be.
This MR also fixes the pipeline so it is green.
Comment #4
alexpottComment #7
marcoscanoThank you for filing and fixing it! :)