Skip to content

Commit

Permalink
feat(payments): Add payment permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivannovosad committed Dec 6, 2024
1 parent 89e55f5 commit 37b21f7
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/config/permissions/definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,6 @@ organization:
payment_requests:
view: true
create:
payments:
view: true
create:
3 changes: 3 additions & 0 deletions app/config/permissions/role-finance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,6 @@ organization:
payment_requests:
view: true
create: true
payments:
view: true
create: true
3 changes: 3 additions & 0 deletions app/config/permissions/role-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,6 @@ organization:
payment_requests:
view: true
create: true
payments:
view: true
create: true
2 changes: 2 additions & 0 deletions schema.graphql

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 37b21f7

Please sign in to comment.