WebGraf Posted July 16, 2015 Share Posted July 16, 2015 Do you know how we can hide or remove a close button for the ticket? I have got all from PrimarySidebar but can't see what can help me. add_hook('ClientAreaPrimaryNavbar', 1, function (MenuItem $primarySidebar) { $primarySidebar->getChild('Ticket Information'); var_dump($primarySidebar, true); }); Anybody know how to fix this? It was simple on the old themes: $smarty->assign('showclosebutton', false); But now.... 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.