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

pull/11102/head
Sage Abdullah 2023-10-19 14:56:34 -04:00 zatwierdzone przez Matt Westcott
rodzic 92675f4b20
commit c7e636d4c3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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