You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jmix version: 2.3.999-SNAPSHOT
On version 2.4.999-SNAPSHOT the error becomes critical, the view cannot be opened, because History#replaceState does navigation when using React Routing.
Bug Description
In a special case (attached project) the URL route remains from the previous page.
This problem was also reported in this forum post. The primary symptom we see is when the user opens a detail view, then returns to the list view, the wrong view is displayed.
Environment
Jmix version: 2.3.999-SNAPSHOT
On version 2.4.999-SNAPSHOT the error becomes critical, the view cannot be opened, because
History#replaceState
does navigation when using React Routing.Bug Description
In a special case (attached project) the URL route remains from the previous page.
Steps To Reproduce
Current Behavior
URL:
http://localhost:8080/testEntities?genericFilterCondition=property%3Aparent_in-list_&genericFilterConfiguration=defaultConfiguration
Expected Behavior
URL:
http://localhost:8080/users?genericFilterCondition=property%3Aparent_in-list_&genericFilterConfiguration=defaultConfiguration
Sample Project
jmixtest.zip
Temporary workaround:
Extend
io.jmix.flowui.view.navigation.RouteSupport
, overrideio.jmix.flowui.view.navigation.RouteSupport#setQueryParameters
method:P.S.
It is not yet entirely clear whether it is safe to use
location
from a servlet.See the 6cf26f5 commit.
The text was updated successfully, but these errors were encountered: