This reverts commit e0ad9935c1.
This commit is contained in:
parent
e4ffaecc72
commit
c2216e029d
|
|
@ -1584,7 +1584,6 @@ class Superset(BaseSupersetView): # pylint: disable=too-many-public-methods
|
||||||
session.commit()
|
session.commit()
|
||||||
return json_success(json.dumps({"published": dash.published}))
|
return json_success(json.dumps({"published": dash.published}))
|
||||||
|
|
||||||
@event_logger.log_this
|
|
||||||
@has_access
|
@has_access
|
||||||
@expose("/dashboard/<dashboard_id_or_slug>/")
|
@expose("/dashboard/<dashboard_id_or_slug>/")
|
||||||
def dashboard( # pylint: disable=too-many-locals
|
def dashboard( # pylint: disable=too-many-locals
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue