From 7063db7a3280d52ab2b3c697909beb373f5a2c63 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 5 Apr 2022 00:43:29 +0200 Subject: [PATCH] add missing model ruleset --- InvenTree/users/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/users/models.py b/InvenTree/users/models.py index b29341d1b8..806db9d53a 100644 --- a/InvenTree/users/models.py +++ b/InvenTree/users/models.py @@ -78,6 +78,7 @@ class RuleSet(models.Model): 'otp_static_staticdevice', 'plugin_pluginconfig', 'plugin_pluginsetting', + 'plugin_notificationusersetting', ], 'part_category': [ 'part_partcategory',