From f17c9fef3574f8731a1393d0fef87e979168c5e2 Mon Sep 17 00:00:00 2001 From: Sergio Garcia Date: Wed, 10 Feb 2021 11:18:15 -0600 Subject: [PATCH] Fixes permissions for activity log --- moped-database/metadata/tables.yaml | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/moped-database/metadata/tables.yaml b/moped-database/metadata/tables.yaml index 8bd310a207..7cfde111bb 100644 --- a/moped-database/metadata/tables.yaml +++ b/moped-database/metadata/tables.yaml @@ -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: