dpgaspar commented on a change in pull request #8941: [dashboards] New, export 
api
URL: 
https://github.com/apache/incubator-superset/pull/8941#discussion_r365145933
 
 

 ##########
 File path: superset/views/dashboard/api.py
 ##########
 @@ -169,6 +173,7 @@ class DashboardRestApi(DashboardMixin, 
BaseSupersetModelRestApi):
     method_permission_name = {
         "get_list": "list",
         "get": "show",
+        "export": "list",
 
 Review comment:
   Switched export to a `list` permission to reduce the amount of permissions

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to