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

modal chooser pagination not working, must be closed to paginate #48

Closed dopry closed 2 years ago

dopry commented 2 years ago

I'm using a DRF Chooser with a multipage collection behind it. When I launch the model I see the first 10 items in the collection. When I click on next, nothing happens. When I close the model, it dismisses and there is another model, in which pagination is working.

https://www.screencast.com/t/ekMibxQZ

dopry commented 2 years ago

hmm... this seems to have resolved itself for me... I renamed the field, and ran make migrations, after applying the migrations this stopped happening... so maybe there was some missing schema update.