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-01 12:37:31 +0200
commit1c4f2610c5003e24dc2a695290e54b1c931abdc2 (patch)
tree464359ef144196cf1d8da29de1c9f4f113bb099d /archaeological_operations
parent32f5c7fc925e0dce5dfcca35383dd52ae766bfee (diff)
downloadIshtar-develop-5.0-BPC.tar.bz2
Ishtar-develop-5.0-BPC.zip
✨ general management of filter on types - filter qualification types for actorsdevelop-5.0-BPC
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)