just like queries ,I only want to look my own dashboards rather than all .
eg ,when logined as bob and clicked the dashboards, I just want to see dashbords for bob ,not all the
dashboards
This site is in read only mode. Please continue to browse, but replying, likes,
and other actions are disabled for now.
The Dashboard List view doesn’t have a “My Dashboards” view. You can filter by tags or by search terms in the dashboard title.
One possible workaround: use the API to add a unique tag to all Dashboards made by Bob. Then filter that way.
I’m moving this into our feature request section so it sees more visibility.
filter(Dashboard.user == current_user) is work.