From eb54c792cdabada6d36ea56fcb2ba6ec706911b8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 18 Jan 2018 13:34:27 +0100 Subject: SEARCH -> SEARCH_AND_SELECT --- archaeological_operations/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_operations') diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index 41cc59e46..b1f87c249 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -616,7 +616,7 @@ class OperationSelect(TableSelect): class OperationFormSelection(IshtarForm): - SEARCH = True + SEARCH_AND_SELECT = True form_label = _(u"Operation search") associated_models = {'pk': models.Operation} currents = {'pk': models.Operation} -- cgit v1.2.3