You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by su...@apache.org on 2021/02/03 04:26:00 UTC

[superset] 09/09: add get_charts to include_route_methods /)_-)

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 <aa...@gmail.com>
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