This is an automated email from the ASF dual-hosted git repository.

suddjian pushed a commit to branch dashboard-bootstrap
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 3e41a9ebdc680503f27b55d020e78efed01a9aa6
Author: David Aaron Suddjian <[email protected]>
AuthorDate: Tue Feb 2 20:24:29 2021 -0800

    add get_charts to include_route_methods /)_-)
---
 superset/dashboards/api.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset/dashboards/api.py b/superset/dashboards/api.py
index 3413069..76a7d62 100644
--- a/superset/dashboards/api.py
+++ b/superset/dashboards/api.py
@@ -89,6 +89,7 @@ class DashboardRestApi(BaseSupersetModelRestApi):
         RouteMethod.RELATED,
         "bulk_delete",  # not using RouteMethod since locally defined
         "favorite_status",
+        "get_charts",
     }
     resource_name = "dashboard"
     allow_browser_login = True

Reply via email to