mirror of
https://github.com/apache/superset.git
synced 2026-06-05 23:59:25 +00:00
Bugfix, link pointing to json
This commit is contained in:
@@ -191,6 +191,7 @@ class Slice(Model, AuditMixinNullable):
|
||||
logging.exception(e)
|
||||
slice_params = {}
|
||||
slice_params['slice_id'] = self.id
|
||||
slice_params['json'] = "false"
|
||||
slice_params['slice_name'] = self.slice_name
|
||||
from werkzeug.urls import Href
|
||||
href = Href(
|
||||
|
||||
Reference in New Issue
Block a user