🐛(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:
@@ -37,7 +37,7 @@ class UserMailDomainAccessInline(admin.TabularInline):
|
||||
|
||||
extra = 0
|
||||
model = models.MailDomainAccess
|
||||
readonly_fields = ("created_at", "updated_at", "domain", "user")
|
||||
readonly_fields = ("created_at", "updated_at", "domain")
|
||||
|
||||
|
||||
@admin.register(models.MailDomain)
|
||||
|
||||
Reference in New Issue
Block a user