fix: restrict license email notification settings

This commit is contained in:
2026-07-29 11:04:46 +02:00
parent 294e20b891
commit 3599dc703e
9 changed files with 79 additions and 4 deletions
+3
View File
@@ -267,6 +267,9 @@ class SoftwareLicense(NetBoxModel):
class Meta:
verbose_name = _("software license")
verbose_name_plural = _("software licenses")
permissions = [
("manage_softwarelicense_email_notifications", _("Can manage license email notifications")),
]
def __str__(self):
return self.name