We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9733c commit 334d574Copy full SHA for 334d574
1 file changed
Mergin/field_filtering.py
@@ -92,7 +92,7 @@ def __init__(
92
self.layer_id = layer.id()
93
allow_multi = layer.fields().field(field_name).editorWidgetSetup().config().get("AllowMulti", None)
94
95
- self.field_has_multi_selection = allow_multi == True
+ self.field_has_multi_selection = allow_multi is True
96
97
self.field_name = field_name
98
self.filter_type = filter_type
0 commit comments