apigee / apigee-edge-drupal

The Apigee Edge module enables you to integrate a Drupal 9 or 8 site with Apigee.
https://www.drupal.org/project/apigee_edge
GNU General Public License v2.0
32 stars 45 forks source link

apigee_edge_teams.team_settings:enablefilter missing schema #1059

Closed mxr576 closed 5 months ago

mxr576 commented 5 months ago

Description

The config was introduced in #939 without config schema.

In ConfigSchemaChecker.php line 98:

  Schema errors for apigee_edge_teams.team_settings with the following errors: apigee_edge_teams.team_settings:enablefilter missing schema  

Apigee Info

N/A

Steps to Reproduce

Enable Config Schema checker service and enable the Apigee Teams module - or install a site from existing config with config schema checker enabled - or enable the Config Inspector module and inspect configs provided by the Teams module.

Actual Behavior

Expected Behavior

Screenshots

Notes

Version Info

3.x latest

mxr576 commented 5 months ago

NVM, incorrect commit was checked out from the module.