1
0
Fork 0
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:
prieto 2016-12-07 10:28:16 +01:00
commit a65bbff390

View file

@ -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