Pronovix / swagger_ui_formatter

Swagger UI Field Formatter for Drupal
GNU General Public License v2.0
3 stars 12 forks source link

Add match_limit setting #61

Closed lekob closed 3 years ago

lekob commented 3 years ago

Add match_limit setting to entity_reference_autocomplete component of node.api_doc.default and node.remote_api_doc.default.

See https://www.drupal.org/node/2863188

mxr576 commented 3 years ago

Can you explain the issue that this PR solves exactly? The test helper modules does not have to perfect though.

lekob commented 3 years ago

When running the tests locally they complained that the match_limit settings is missing, and that backwards compatibility will be removed in Drupal 9. Running the tests on Drupal 9 didn't cause problems, so I guess this is not that important after all...