Note
This release fixes a problem reported in #4531; that the permissions to access the datasets admin page were too permissive. The change will not be automatically applied; see the section below "View Update Instructions" for how to import the new config.
What's Changed
- Improve some docs about the Drush commands by @dafeder in #4560
- Restrict view perms, remove routing perms by @dafeder in #4563
- Additional decoupling of DKAN from JSON Form Widget in tests by @dafeder in #4567
View update instructions
The changes to the datasets admin view are not automatically applied, to avoid blowing away any customizations. If you are comfortable replacing the default datasets admin view at admin/dkan/datasets, use either one of the following methods:
- Run the drush command
drush cim --partial --source=modules/contrib/dkan/modules/metastore/modules/metastore_admin/config/install -y
- Use the configuration sync UI:
- Open the file modules/metastore/modules/metastore_admin/config/install/views.view.dkan_dataset_content.yml
- Copy the full contents
- Navigate to admin/config/development/configuration/single/import
- Set "Configuration type" to "View"
- Paste the contents of the yml file
- Click "Import"
Full Changelog: 2.21.1...2.21.2