summaryrefslogtreecommitdiff
path: root/archaeological_operations
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2026-04-01 12:37:31 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2026-04-02 13:30:50 +0200
commit986d6c2c372df1bf1962533e4a24080da4d79c8a (patch)
treea49f4ebe21c1c2aec1201fa70cb2b0825613f64e /archaeological_operations
parentb78f0d10fd202ed9a1c4d3e508390d4329032b29 (diff)
downloadIshtar-986d6c2c372df1bf1962533e4a24080da4d79c8a.tar.bz2
Ishtar-986d6c2c372df1bf1962533e4a24080da4d79c8a.zip
✨ general management of filter on types - filter qualification types for actors
Diffstat (limited to 'archaeological_operations')
-rw-r--r--archaeological_operations/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py
index 82f41c089..a96ce7c63 100644
--- a/archaeological_operations/forms.py
+++ b/archaeological_operations/forms.py
@@ -1343,7 +1343,7 @@ class SiteForm(CustomForm, ManageOldType):
required=False)
actor = widgets.Select2MultipleField(
model=QualifiedBiographicalNote, label=_("Actors"), required=False,
- remote=True, new=True)
+ remote=True, new=True, remote_filter='qualification_type__S-A')
collaborator = widgets.Select2MultipleField(
model=Person, label=_("Collaborators"), required=False,
remote=True, new=True)