This commit is contained in:
Matthias 2021-11-18 01:24:30 +01:00
parent a9fbfaf6af
commit 4effd76ca0
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -52,7 +52,7 @@ class PluginConfig(models.Model):
name += '(not active)' name += '(not active)'
return name return name
# extra attributes form the registry # extra attributes from the registry
def mixins(self): def mixins(self):
return self.plugin._mixinreg return self.plugin._mixinreg