I just build a application that contain a dashboard and doesn't want to have an export button and duplicate button on the tops of the dashboard. I tried to remove the export_results_is_visible capability but the export button is still visible and usable on the application dashboard. Is there any ohter ways to disable them?
To be specific. I want to disable these two button below that appear on the top part of my dashboard and the export button under every stats display.
I'm not sure about dashboard studio, as I prefer XML, but in XML you can disable these options below the panels.
See the link.exportResults.visible above, also hideExport
In Simple XML dashboards you can display things
See the hide* attributes there
In practice, though, the user can in fact just add /edit or /editxml to the dashboard if they have rights to edit it, so it's only at the UI layer.