diff --git a/InvenTree/users/models.py b/InvenTree/users/models.py index 4599408163..ac04f788a9 100644 --- a/InvenTree/users/models.py +++ b/InvenTree/users/models.py @@ -73,6 +73,7 @@ class RuleSet(models.Model): 'socialaccount_socialaccount', 'socialaccount_socialapp', 'socialaccount_socialtoken', + 'plugin_pluginconfig' ], 'part_category': [ 'part_partcategory',