diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-04-24 16:34:07 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-04-24 16:53:20 +0200 |
| commit | 14eb8da0f0db27c03fc23628be88b85e0e1169ae (patch) | |
| tree | 20a98627614a3d7c92302aa4d1320639563086c6 /archaeological_warehouse | |
| parent | fb8f2ab9b8fc95bfa63b5d749a1c79ce8a55756c (diff) | |
| download | Ishtar-14eb8da0f0db27c03fc23628be88b85e0e1169ae.tar.bz2 Ishtar-14eb8da0f0db27c03fc23628be88b85e0e1169ae.zip | |
✨ sheet: display editors - add editors link on person sheet (refs #6718)
Diffstat (limited to 'archaeological_warehouse')
| -rw-r--r-- | archaeological_warehouse/models.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_warehouse/models.py b/archaeological_warehouse/models.py index f0ec997fe..6c05a3aa0 100644 --- a/archaeological_warehouse/models.py +++ b/archaeological_warehouse/models.py @@ -317,6 +317,7 @@ class Warehouse( "warehouse_type__label": "warehouse_type__label", # used by dynamic_table_documents "person_in_charge__pk": "person_in_charge__pk", + "editors__person_id": "editors__person_id", # dynamic_table_documents } # alternative names of fields for searches ALT_NAMES = { @@ -910,6 +911,7 @@ class Container( "container_type__label": "container_type__label", # dynamic tables "container_tree_child__container_parent__id": "container_tree_child__container_parent__id", + "editors__person_id": "editors__person_id", # dynamic_table_documents } COL_LABELS = { "cached_location": _("Location - index"), |
