permissions_by_term.settings:
  path: '/admin/permissions-by-term/settings'
  defaults:
    _form: 'Drupal\permissions_by_term\Form\SettingsForm'
    _title: 'Permissions by Term Settings'
  requirements:
    _permission: 'administer site configuration'

The permission used is administer site configuration. I would like to have a separate permission. Because I have an administrator role that should not be able to change the setting: Single Term Restriction

Comments

fdverwoerd created an issue. See original summary.

jepster_’s picture

Status: Active » Needs work

Ah, interesting. That sounds like an easy one. I will take care of it soon.

  • Peter Majmesku committed e600ee0 on 8.x-1.x
    Issue #2926758: Create specific permission for Permissions by Term...
jepster_’s picture

Status: Needs work » Fixed

The permission has been released in version 8.x-1.48. See https://www.drupal.org/project/permissions_by_term/releases/8.x-1.48.

jepster_’s picture

Status: Fixed » Closed (fixed)