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": "",
|
"align": "",
|
||||||
"encrypted": True,
|
"encrypted": True,
|
||||||
}
|
}
|
||||||
ret[f"{field.name}__name"] = {
|
ret[f"{field.name}__custom_identifier"] = {
|
||||||
"text": f"{field.verbose_name.capitalize()} - Identifier",
|
"text": f"{field.verbose_name.capitalize()} - Identifier",
|
||||||
"align": "",
|
"align": "",
|
||||||
"encrypted": True,
|
"encrypted": True,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user