From eb9dcea6871150a6c03a144a937f653e637b5a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Tue, 18 Dec 2018 13:53:46 +0100 Subject: Add a missing policy allowance in GroupPolicy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable --- app/policies/group_policy.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/policies/group_policy.rb b/app/policies/group_policy.rb index 6b4e56ef5e4..d1264559438 100644 --- a/app/policies/group_policy.rb +++ b/app/policies/group_policy.rb @@ -40,6 +40,7 @@ class GroupPolicy < BasePolicy rule { guest }.policy do enable :read_group + enable :read_list enable :upload_file enable :read_label end -- cgit v1.2.1