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
This behavior is expected, we were forcing it from a long time ago due to some resolve functions that were only applied if going to Overview controller, right now, I think there is no need to keep this behavior because we've improved a lot the routing system.
Study if it's really needed right now
If so, modify the needed logic so we don't need it anymore.
Regards
The text was updated successfully, but these errors were encountered:
After some researching, we've concluded it's no longer needed to keep certain logic in the resolve methods (executed before each parent state). Time ago, those resolve methods were executed just in Overview controller, that's why we redirect the user to Overview when cookies were outdated, right now, it's no longer needed.
The PR #1378 deprecates that logic and removes the } else if { from settings wizzard resolve module. Also, some methods related to cookies management have been removed (unused now)
This behavior is expected, we were forcing it from a long time ago due to some resolve functions that were only applied if going to Overview controller, right now, I think there is no need to keep this behavior because we've improved a lot the routing system.
Regards
The text was updated successfully, but these errors were encountered: