Navigating to state from tabs or from normal link gives different result

Hello, sorry if this question was asked before.

I have a state. App.Tabs.Preferences. which has bunch of nested child states.

You can get to App.Tabs.Preferences either from tabs or from sidemenu.

If you got to App.Tabs.Preferences and then navigate to child states, and exit, and then try to go back throug tabs, the deep state is cached and child state is displayed. But If you click on sidemenu link, then the initial template defined for App.Tabs.Preferences is shown.

I want the sidemenu behaviour on tabs ( I don’t want cached nested states to be shown after you leave that state)

Any way to achieve this?

Thanks

Bump. Still looking for an answer. Thanks