Problem/Motivation
ApiSpecificationController sets options on the generator, fetched from the query string. Some plugins, such as json:api, set options in their constructor. These are set during the parameter upcasting, and then overwritten with an empty array in the controller. Options from the request/query string should be merged in (and overwrite any defaults) instead of overwriting the options with an empty array if none are provided.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork openapi-3222266
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
bradjones1Comment #6
e0ipsoThis makes sense. Thanks for the contribution!