jmix-projects / jmix-ui

DEPRECATED. Use https://github.com/jmix-framework/jmix
https://www.jmix.io
3 stars 7 forks source link

Filter value cleared after operator was changed #776

Closed n-13 closed 2 years ago

n-13 commented 2 years ago

image image

For convenience value must be preserved for similar operators "=", ">=", "<=", etc. And must be cleared when changed from "=" to "Is set"

GlebDurygin commented 2 years ago

Solution

The value of valueComponent will only be reset if the operation type changes. Types:

QA

Check that when changing an operation with the same type, the value of the valueComponent is not reset

Afanasevaa36 commented 2 years ago

Jmix version: 1.2.0-SNAPSHOT -verified