Tiny fix to the inventory entry page.
This commit is contained in:
parent
c8f5c7011e
commit
15ae0caf27
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ def _fields_for_model(model: str):
|
||||||
"condition",
|
"condition",
|
||||||
"notes",
|
"notes",
|
||||||
"owner.id",
|
"owner.id",
|
||||||
|
"image.filename",
|
||||||
]
|
]
|
||||||
fields_spec = [
|
fields_spec = [
|
||||||
{"name": "label", "type": "display", "label": "", "row": "label",
|
{"name": "label", "type": "display", "label": "", "row": "label",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue