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

hugh pushed a commit to branch update-annotation-model
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/update-annotation-model by 
this push:
     new 8463a01  remove json from list columns
8463a01 is described below

commit 8463a016bb1b0326298b4eb7ed1989297d75fd02
Author: Hugh Miles <hmi...@lyft.com>
AuthorDate: Fri Aug 31 09:40:42 2018 -0700

    remove json from list columns
---
 superset/views/annotations.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/superset/views/annotations.py b/superset/views/annotations.py
index a1ad816..c1d4551 100644
--- a/superset/views/annotations.py
+++ b/superset/views/annotations.py
@@ -22,8 +22,7 @@ class AnnotationModelView(SupersetModelView, DeleteMixin):  # 
noqa
     add_title = _('Add Annotation')
     edit_title = _('Edit Annotation')
 
-    list_columns = ['layer', 'short_descr', 'start_dttm', 'end_dttm',
-                    'json_metadata']
+    list_columns = ['layer', 'short_descr', 'start_dttm', 'end_dttm']
     edit_columns = [
         'layer', 'short_descr', 'long_descr', 'start_dttm', 'end_dttm',
         'json_metadata']

Reply via email to