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
{{ message }}
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.
User goes to main.product and then to main.product.child, the user now wants to go back to the parent state so he does it with a $state.go including the ignoreDsr flag, everything seems to work.
Then the user goes to main.sibling and afterwards he wants to go back to main.product. DSR sends him to main.product.child even when the last substate on that branch was main.product.
Seems that DSR is not popping the record when jumping back to the root state.
The text was updated successfully, but these errors were encountered:
It seems that computeDeepStateStatus must be aware of the ignoreDsr flag, otherwise it never calls recordDeepStateRedirectStatus to record the new status of that specific DSR.
Scenario:
User goes to
main.product
and then tomain.product.child
, the user now wants to go back to the parent state so he does it with a$state.go
including theignoreDsr
flag, everything seems to work.Then the user goes to
main.sibling
and afterwards he wants to go back tomain.product
. DSR sends him tomain.product.child
even when the last substate on that branch wasmain.product
.Seems that DSR is not popping the record when jumping back to the root state.
The text was updated successfully, but these errors were encountered: