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',