AlessioDP
Member
Hello, there is a bug with sidebar collapse options, with "Remember user style changes: Store in browser cookie" the side navigation is not collapsed by default for any option.
The issue is located in ThemeHouse\UIX\Listener\AppPubRenderPage:69,
It correctly return
The issue is located in ThemeHouse\UIX\Listener\AppPubRenderPage:69,
$app->request()->getCookie('th_uix_sidebarNavCollapsed')It correctly return
1 if the user collapsed the sidebar, but false if didn't, so the line below is_null($sidebarCollapsed) can never be true.


