Fix permission for map settings form (/farm/settings/map).

This commit is contained in:
Michael Stenta 2022-01-07 09:20:56 -05:00
parent e6907b098c
commit 5a3d77447c
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fix permission for map settings form (/farm/settings/map).
- Patch `jsonapi_schema` module to fix
[Issue #3256795: Float fields have a null schema](https://www.drupal.org/project/jsonapi_schema/issues/3256795)
- Allow all three database tests to run even when one fails (workaround

View File

@ -4,4 +4,4 @@ farm_map.settings:
_form: '\Drupal\farm_map\Form\MapSettingsForm'
_title: 'Map settings'
requirements:
_permission: 'administer farm map module'
_permission: 'administer farm map'