0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 01:46:24 +01:00

Hide search bar in snippet history page

This commit is contained in:
Sage Abdullah 2022-07-20 11:47:14 +07:00 committed by Karl Hobley
parent 718e5c6a02
commit 9e33c69bf2

View File

@ -542,6 +542,7 @@ class History(ReportView):
template_name = "wagtailsnippets/snippets/history.html"
title = gettext_lazy("Snippet history")
header_icon = "history"
is_searchable = False
paginate_by = 20
filterset_class = SnippetHistoryReportFilterSet
table_class = InlineActionsTable