Skip to content

`UTableEntity`: `One Of` filter for attribute of type `Many` now add condition `in` instead of `=`

Pavlo Mashliakovskiy requested to merge fix/manyOneOfUseIn into master

UTableEntity: One Of filter for attribute of type Many now add condition in instead of = what semantically correct. It seems that = was used in 2021 due to a bug in the SQL builder, which has already been fixed

Merge request reports

Loading