From 95fc642e8e353f02e39f71d4597a72b4034698ea Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 15 Mar 2023 17:57:33 +0100 Subject: [PATCH] Add missing permission --- server/core/migrations/0003_auto_20230309_1714.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server/core/migrations/0003_auto_20230309_1714.py b/server/core/migrations/0003_auto_20230309_1714.py index f924a35f..58291df4 100644 --- a/server/core/migrations/0003_auto_20230309_1714.py +++ b/server/core/migrations/0003_auto_20230309_1714.py @@ -20,6 +20,7 @@ news = ["news"] support = ["users", "auth"] cms_editors = [ "objectives", + "wagtailadmin", "wagtailcore", "wagtailimages", "wagtailembeds",