🐛(backend) fix manage roles on domain admin view
Fix creation of new role to manage mail domain on admin interface
This commit is contained in:
@@ -20,6 +20,7 @@ and this project adheres to
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
- 🐛(backend) fix manage roles on domain admin view
|
||||||
- 🐛(mailbox) fix activate mailbox feature
|
- 🐛(mailbox) fix activate mailbox feature
|
||||||
- 🔧(helm) fix the configuration environment #579
|
- 🔧(helm) fix the configuration environment #579
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ class UserMailDomainAccessInline(admin.TabularInline):
|
|||||||
|
|
||||||
extra = 0
|
extra = 0
|
||||||
model = models.MailDomainAccess
|
model = models.MailDomainAccess
|
||||||
readonly_fields = ("created_at", "updated_at", "domain", "user")
|
readonly_fields = ("created_at", "updated_at", "domain")
|
||||||
|
|
||||||
|
|
||||||
@admin.register(models.MailDomain)
|
@admin.register(models.MailDomain)
|
||||||
|
|||||||
Reference in New Issue
Block a user