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_files | |
| 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_files')
| -rw-r--r-- | archaeological_files/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_files/models.py b/archaeological_files/models.py index fec8625cd..3bf7f9b8e 100644 --- a/archaeological_files/models.py +++ b/archaeological_files/models.py @@ -599,6 +599,7 @@ class File( "general_contractor__pk": "general_contractor__pk", "responsible_town_planning_service__pk": "responsible_town_planning_service__pk", "in_charge__pk": "in_charge__pk", + "editors__person_id": "editors__person_id", # dynamic_table_documents } BASE_SEARCH_VECTORS = [ SearchVectorConfig("name"), |
