mirror of
https://github.com/yweber/lodel2.git
synced 2025-12-03 17:26:54 +01:00
Bug fixe in query.py line 344
This commit is contained in:
parent
5ae90d9e68
commit
a65bbff390
1 changed files with 1 additions and 0 deletions
|
|
@ -341,6 +341,7 @@ field to use for the relational filter"
|
|||
err_l[err_key] = ret
|
||||
continue
|
||||
else:
|
||||
value, error = field_datahandler.check_data_value(value)
|
||||
rel_filters.append((ret, operator, value))
|
||||
else:
|
||||
value_orig = value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue