This is an automated email from the ASF dual-hosted git repository.
beto pushed a commit to branch lyftga
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/lyftga by this push:
new 23ef41f Fix spinning in Welcome page (#7247)
23ef41f is described below
commit 23ef41ffaa1e936237c86ed4cb100d8bc87df755
Author: Beto Dealmeida <[email protected]>
AuthorDate: Mon Apr 8 16:43:56 2019 -0700
Fix spinning in Welcome page (#7247)
---
superset/views/tags.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset/views/tags.py b/superset/views/tags.py
index 65cbbc9..3be8769 100644
--- a/superset/views/tags.py
+++ b/superset/views/tags.py
@@ -219,7 +219,7 @@ class TagView(BaseSupersetView):
'id': obj.id,
'type': ObjectTypes.query.name,
'name': obj.label,
- 'url': obj.url,
+ 'url': obj.url(),
'changed_on': obj.changed_on,
'created_by': obj.created_by_fk,
'creator': obj.creator(),