Remove remaining _show_breadcrumbs flag

Should've been removed in 130a9ebd93
pull/13037/head
Sage Abdullah 2025-04-15 13:36:25 +01:00
rodzic f9eb457b15
commit 7183b92ce3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB1A33CC51CC0217
2 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -1164,7 +1164,6 @@ class RevisionsCompareView(WagtailAdminTemplateMixin, TemplateView):
history_label = gettext_lazy("History") history_label = gettext_lazy("History")
page_title = gettext_lazy("Compare") page_title = gettext_lazy("Compare")
template_name = "wagtailadmin/generic/revisions/compare.html" template_name = "wagtailadmin/generic/revisions/compare.html"
_show_breadcrumbs = True
model = None model = None
def get_breadcrumbs_items(self): def get_breadcrumbs_items(self):

Wyświetl plik

@ -87,7 +87,6 @@ class SearchPromotionCreateEditMixin:
edit_url_name = "wagtailsearchpromotions:edit" edit_url_name = "wagtailsearchpromotions:edit"
form_class = forms.QueryForm form_class = forms.QueryForm
header_icon = "pick" header_icon = "pick"
_show_breadcrumbs = True
page_subtitle = gettext_lazy("Promoted search result") page_subtitle = gettext_lazy("Promoted search result")
def get_success_message(self, instance=None): def get_success_message(self, instance=None):