Hotfix: use identifier instead of double name
This commit is contained in:
@@ -39,7 +39,7 @@ class BaseQuerySet(models.QuerySet):
|
||||
"align": "",
|
||||
"encrypted": True,
|
||||
}
|
||||
ret[f"{field.name}__name"] = {
|
||||
ret[f"{field.name}__custom_identifier"] = {
|
||||
"text": f"{field.verbose_name.capitalize()} - Identifier",
|
||||
"align": "",
|
||||
"encrypted": True,
|
||||
|
||||
Reference in New Issue
Block a user