From 90b3f638516e794ac451650906977a454b987e6d Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 28 Nov 2021 16:47:40 +0100 Subject: [PATCH] add ruleset --- InvenTree/users/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/users/models.py b/InvenTree/users/models.py index 4d1b46ae5d..b9dffa39c6 100644 --- a/InvenTree/users/models.py +++ b/InvenTree/users/models.py @@ -152,6 +152,7 @@ class RuleSet(models.Model): 'common_inventreesetting', 'common_inventreeusersetting', 'common_notificationentry', + 'common_notificationmessage', 'company_contact', 'users_owner',