I am building out the navigation bar for an app. It appears as follows:<nav color="#778899"><view name="my_dashboard" default='true' /><view name="search" /><view name="dashboards" /><saved name="My Saved Search" /></nav>
When I go to the app, I only see menu items for my_dashboard, search and dashboards. The saved search doesn't appear. HOWEVER, if I go to search or dashboards, my saved search menu item suddenly appears in the navigation bar and works correctly. How can I get the saved search menu item to appear in all areas of the application, including when I am on the dashboard?
↧