Skip to content

Commit

Permalink
fix: Direct link issue on report/list (#20033)
Browse files Browse the repository at this point in the history
  • Loading branch information
codemaster08240328 committed May 11, 2022
1 parent fd611d7 commit 9cf9f97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion superset/initialization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def init_views(self) -> None:
from superset.reports.logs.api import ReportExecutionLogRestApi
from superset.security.api import SecurityRestApi
from superset.views.access_requests import AccessRequestsModelView
from superset.views.alerts import AlertView
from superset.views.alerts import AlertView, ReportView
from superset.views.annotations import (
AnnotationLayerModelView,
AnnotationModelView,
Expand Down Expand Up @@ -300,6 +300,7 @@ def init_views(self) -> None:
appbuilder.add_view_no_menu(TableSchemaView)
appbuilder.add_view_no_menu(TabStateView)
appbuilder.add_view_no_menu(TagView)
appbuilder.add_view_no_menu(ReportView)

#
# Add links
Expand Down

0 comments on commit 9cf9f97

Please sign in to comment.