Problem/Motivation
TL;DR Bring Views Multiple Permissions in core
Similar to routes, the permission access plugin should allow multiple permissions chained by AND or OR logic. This is now provided by Views Multiple Permissions module but it looks like a core missed feature.
Steps to reproduce
N/A
Proposed resolution
- Adapt the
perm
plugin to support multiple permissions chained by AND or OR logic. - Provide an update path.
Remaining tasks
None.
User interface changes
The "perm" access plugin configuration form will show the select as multiple values select and will add the option to select the logic (AND, OR).
API changes
None.
Data model changes
- Plugin schema changes
Release notes snippet
Views Permission (perm
) plugin can be configured to account more than one permission. Multiple permissions are checked by an AND or OR logic.