Skip to content

Commit

Permalink
enable select permissions on recommendations for readonly users
Browse files Browse the repository at this point in the history
  • Loading branch information
johnclary committed Aug 22, 2024
1 parent dc03b01 commit 207d092
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@ select_permissions:
- rec_update
- created_at
filter: {}
- role: readonly
permission:
columns:
- crash_pk
- created_at
- created_by
- id
- rec_text
- rec_update
- recommendation_status_id
filter: {}
comment: ""
- role: vz-admin
permission:
columns:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ select_permissions:
- partner_id
- recommendation_id
filter: {}
- role: readonly
permission:
columns:
- id
- partner_id
- recommendation_id
filter: {}
comment: ""
- role: vz-admin
permission:
columns:
Expand Down

0 comments on commit 207d092

Please sign in to comment.