From 761f41af8d891597d1b38c5abbf7d0185dedf96b Mon Sep 17 00:00:00 2001 From: Yichen You <125688164+youyc22@users.noreply.github.com> Date: Sun, 26 May 2024 12:47:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20add=20aggregation=20permissions=20for=20?= =?UTF-8?q?course=5Fcomment=E3=80=81course=5Frating=E3=80=81course=20(#180?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * revise contest_player permissions * revise anonymous * add aggregation permissions for ... --- metadata/tables.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/metadata/tables.yaml b/metadata/tables.yaml index 2209965..3ab62b5 100644 --- a/metadata/tables.yaml +++ b/metadata/tables.yaml @@ -2334,6 +2334,7 @@ - type - uuid filter: {} + allow_aggregations: true - role: student permission: columns: @@ -2347,6 +2348,7 @@ - type - uuid filter: {} + allow_aggregations: true - role: teacher permission: columns: @@ -2360,6 +2362,7 @@ - type - uuid filter: {} + allow_aggregations: true - table: name: course_comment schema: public @@ -2434,6 +2437,7 @@ - user_uuid - uuid filter: {} + allow_aggregations: true - role: student permission: columns: @@ -2444,6 +2448,7 @@ - user_uuid - uuid filter: {} + allow_aggregations: true - role: teacher permission: columns: @@ -2454,6 +2459,7 @@ - user_uuid - uuid filter: {} + allow_aggregations: true update_permissions: - role: counselor permission: @@ -2957,6 +2963,7 @@ - course_id - user_uuid filter: {} + allow_aggregations: true - role: student permission: columns: @@ -2971,6 +2978,7 @@ - course_id - user_uuid filter: {} + allow_aggregations: true - role: teacher permission: columns: @@ -2985,6 +2993,7 @@ - course_id - user_uuid filter: {} + allow_aggregations: true update_permissions: - role: counselor permission: