diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-04-01 12:37:31 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-04-01 16:10:17 +0200 |
| commit | 136986832aee92b839c0628f7e5bbde22fe7d264 (patch) | |
| tree | a31380e61e2c62282bda56fe9a205af3177407c6 /archaeological_operations/forms.py | |
| parent | e8435aa231663776590d12b0517a08892dfd8f86 (diff) | |
| download | Ishtar-136986832aee92b839c0628f7e5bbde22fe7d264.tar.bz2 Ishtar-136986832aee92b839c0628f7e5bbde22fe7d264.zip | |
✨ general management of filter on types - filter qualification types for actors
Diffstat (limited to 'archaeological_operations/forms.py')
| -rw-r--r-- | archaeological_operations/forms.py | 2 |
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) |
