intersystems-community/Cache-MDX2JSON

Dashboards list

eduard93 opened this issue · 1 comments

Do not filter dashboards (currently only listing dashboards in "mobile" folder).

To change scope from /mobile folder to all folders do the following:
In Class: MDX2JSON.REST
In ClassMethod: GetDashboardsList()
Replace string SELECT title, fullName As path FROM %DeepSee_Dashboard.Definition WHERE folderName = 'Mobile'
With: SELECT title, fullName As path FROM %DeepSee_Dashboard.Definition