This is an automated email from the ASF dual-hosted git repository.
graceguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 89f6ccc Add Datasource Name filter under slice list view (#4000)
89f6ccc is described below
commit 89f6ccc1c6efdc7bbf73ecf8daddefd70691b99e
Author: Grace Guo <[email protected]>
AuthorDate: Mon Dec 4 13:45:36 2017 -0800
Add Datasource Name filter under slice list view (#4000)
---
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 ef0cbf5..8677a17 100755
--- a/superset/views/core.py
+++ b/superset/views/core.py
@@ -420,7 +420,7 @@ class SliceModelView(SupersetModelView, DeleteMixin): #
noqa
'datasource_link': _('Datasource'),
}
search_columns = (
- 'slice_name', 'description', 'viz_type', 'owners',
+ 'slice_name', 'description', 'viz_type', 'datasource_name', 'owners',
)
list_columns = [
'slice_link', 'viz_type', 'datasource_link', 'creator', 'modified']
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].