wagtail / wagtail-generic-chooser

A toolkit for custom chooser popups in Wagtail
BSD 3-Clause "New" or "Revised" License
116 stars 25 forks source link

Clean up and make chooser-modal.js more generic #45

Closed jeromelebleu closed 1 year ago

jeromelebleu commented 2 years ago

The following changes are made to chooser-modal.js:

The custom _ajax_pagination_nav.html template is also replaced by wagtailadmin/shared/pagination_nav.html, and the submit button is removed.


This contribute to #44, I tried to limit changes in order to make those PRs easier to review.

gasman commented 1 year ago

Generic chooser viewsets are now implemented in Wagtail 4.0 and serve as the basis of the built-in choosers. https://docs.wagtail.org/en/stable/extending/generic_views.html#chooserviewset