Fix the ability to select all pages in the page search for bulk actions when there is pagination

pull/11102/head
Sage Abdullah 2023-10-19 15:30:53 -04:00 zatwierdzone przez Matt Westcott
rodzic cf81046bc7
commit 542bd6b7c4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -17,5 +17,5 @@
{% include "wagtailadmin/pages/search_results.html" %}
</div>
{% trans "Select all pages in listing" as select_all_text %}
{% include 'wagtailadmin/bulk_actions/footer.html' with app_label='wagtailcore' model_name='page' objects=pages select_all_obj_text=select_all_text %}
{% include 'wagtailadmin/bulk_actions/footer.html' with app_label='wagtailcore' model_name='page' objects=page_obj select_all_obj_text=select_all_text %}
{% endblock %}