Closed KremnevDmitry closed 1 month ago
See also Vaadin issue: https://github.com/vaadin/flow/issues/19580
Reason for regression: using ReactRouting as the main routing in Vaadin since 24.4.
Temporary workaround: disable ReactRouting using build.gradle
file
vaadin {
reactEnable = false
}
Fixed in: https://github.com/vaadin/flow/pull/19736 by providing a new API
Wait for: https://github.com/jmix-framework/jmix/issues/3704 and pass false
to com.vaadin.flow.component.page.History#replaceState(elemental.json.JsonValue, com.vaadin.flow.router.Location, boolean)
Jmix version: 2.4.999-SNAPSHOT Jmix Studio plugin version: 2.4.SNAPSHOT6826-242 IntelliJ version: IntelliJ IDEA 2024.2.2 (Ultimate Edition) Kotlin, Java
Environment
Jmix version: 2.4.999-SNAPSHOT
Bug Description
Probably after: #3419 Adding generic filter conditions loops.
Steps To Reproduce
Steps to reproduce the behavior.
UserListView
Current Behavior
The condition is added endlessly.
Expected Behavior
The condition is added only ones.