You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2018/08/30 19:55:01 UTC

[incubator-superset] branch update-annotation-model updated: fixe changed name

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 b20dd92  fixe changed name
b20dd92 is described below

commit b20dd92db364c3eb8e5a7e613fd836d58b14b0bb
Author: Hugh Miles <hm...@lyft.com>
AuthorDate: Thu Aug 30 12:54:48 2018 -0700

    fixe changed name
---
 superset/views/annotations.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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