Skip to content

Commit

Permalink
Merge pull request #213 from cityofaustin/sg-fix-activity_log-permiss…
Browse files Browse the repository at this point in the history
…ions

Fixes permissions for activity log
  • Loading branch information
sergiogcx authored Feb 10, 2021
2 parents 42bc777 + f17c9fe commit 78a7f02
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions moped-database/metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,42 @@
permission:
columns:
- activity_id
- created_at
- description
- operation_type
- record_data
- record_id
- record_project_id
- record_type
- record_data
- description
- created_at
- updated_by
filter: {}
allow_aggregations: true
- role: moped-editor
permission:
columns:
- activity_id
- created_at
- description
- record_id
- operation_type
- record_data
- updated_by
- record_id
- record_project_id
- record_type
- activity_id
- updated_by
filter: {}
allow_aggregations: true
- role: moped-viewer
permission:
columns:
- activity_id
- created_at
- description
- record_id
- operation_type
- record_data
- updated_by
- record_id
- record_project_id
- record_type
- activity_id
- updated_by
filter: {}
allow_aggregations: true
- table:
Expand Down

0 comments on commit 78a7f02

Please sign in to comment.