Hotfix: use identifier instead of double name
This commit is contained in:
parent
a53be04acf
commit
ff885646cb
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user