From 986d6c2c372df1bf1962533e4a24080da4d79c8a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 1 Apr 2026 12:37:31 +0200 Subject: ✨ general management of filter on types - filter qualification types for actors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_operations/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_operations/forms.py') 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) -- cgit v1.2.3