This is an automated email from the ASF dual-hosted git repository.
hugh pushed a commit to branch warmup-dashboard
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/warmup-dashboard by this push:
new 899efca wip2
899efca is described below
commit 899efca3cb09963021cf7a85660f3533fdbba137
Author: hughhhh <[email protected]>
AuthorDate: Wed Feb 13 23:28:08 2019 -0800
wip2
---
superset/views/core.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset/views/core.py b/superset/views/core.py
index 47b5eec..0748881 100755
--- a/superset/views/core.py
+++ b/superset/views/core.py
@@ -2069,7 +2069,7 @@ class Superset(BaseSupersetView):
datasource_type=table.type).all()
elif dashboard_id:
# todo(hugh): Move this into util function
- # util.get_dashboard_slices()
+ # slices = utils.get_dashboard_charts(id=dashboard_id)
session = db.session()
qry = session.query(models.Dashboard)
if dashboard_id.isdigit():