bullet_train-roles icon indicating copy to clipboard operation
bullet_train-roles copied to clipboard

Allow `manage` minus `destroy` or minus some specific actions?

Open andrewculver opened this issue 1 year ago • 0 comments

What I think should be valid examples:

editor:
  models:
    project:
      - manage
      - not: destroy
editor:
  models:
    project:
      - manage
      - not: 
        - destroy

andrewculver avatar Sep 12 '22 16:09 andrewculver