This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin 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 1ffd3b1 [slice] Fix, remove duplicate label_columns property (#7113)
1ffd3b1 is described below
commit 1ffd3b11610c386c90892c28c6879563766d01e7
Author: Daniel Vaz Gaspar <[email protected]>
AuthorDate: Wed Apr 17 16:10:47 2019 +0100
[slice] Fix, remove duplicate label_columns property (#7113)
---
superset/views/core.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/superset/views/core.py b/superset/views/core.py
index 793cee2..832c89a 100755
--- a/superset/views/core.py
+++ b/superset/views/core.py
@@ -485,9 +485,6 @@ class SliceModelView(SupersetModelView, DeleteMixin): #
noqa
edit_title = _('Edit Chart')
can_add = False
- label_columns = {
- 'datasource_link': _('Datasource'),
- }
search_columns = (
'slice_name', 'description', 'viz_type', 'datasource_name', 'owners',
)