wagtail-nest / wagtail-airtable

Airtable import and export support for Wagtail pages and Django models.
BSD 3-Clause "New" or "Revised" License
49 stars 15 forks source link

Template fixes for Wagtail 4.2 #50

Closed jams2 closed 1 year ago

jams2 commented 1 year ago

Based on https://github.com/wagtail/wagtail-airtable/pull/48

Fix the templates to bring them in line with Wagtail 4.2, and fix broken bulk actions.

airtable-snippet-view

With the new button styles, a button with an icon doesn't play well with long-running buttons, so I've changed the "Import foo" button to just use the long-running style.

Manual tests performed for Wagtail 4.2 compatibility:

jams2 commented 1 year ago

I'm not sure why the CI is failing, it looks like the tests are passing.