diff --git a/superset/views/core.py b/superset/views/core.py index f3d5b7190220a..7ddd801bdbbc4 100755 --- a/superset/views/core.py +++ b/superset/views/core.py @@ -1584,6 +1584,7 @@ def publish( # pylint: disable=no-self-use session.commit() return json_success(json.dumps({"published": dash.published})) + @event_logger.log_this @has_access @expose("/dashboard//") def dashboard( # pylint: disable=too-many-locals