kopia lustrzana https://github.com/wagtail/wagtail
Fix the ability to select all pages in the page search for bulk actions when there is pagination
rodzic
cf81046bc7
commit
542bd6b7c4
|
@ -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 %}
|
||||
|
|
Ładowanie…
Reference in New Issue