I created an app that contains a few dashboards, and have the navigation set up to default to the "dashboards" view.
This gives a nice list of the dashboards included in the app, but also lists all other dashboards visible to the user. You can filter this by selecting the "This App's" tab, which limits the dashboards listed to the context of the app. Is it possible to configure the app to have this filter be the default behavior?
Found answer to this was the ui-prefs.conf file, which included in the default directory of the app with the following config will produce the desired behavior
[dashboards]
display.prefs.aclFilter = app
Found answer to this was the ui-prefs.conf file, which included in the default directory of the app with the following config will produce the desired behavior
[dashboards]
display.prefs.aclFilter = app