springload / madewithwagtail

A showcase of sites and apps made with Wagtail CMS, the easy to use, open source Django content management system
http://madewithwagtail.org
MIT License
84 stars 21 forks source link

Some fields are empty when exporting to CSV #98

Open loicteixeira opened 6 years ago

loicteixeira commented 6 years ago

On the 31st of July (revision 933), the following fields were renamed:

Therefore, submissions prior to this date won't export properly.

We can't simply revert to the old names as there are now submissions with the new names. We would need to run a data migration to update the submission stores.

I'm not sure it is worth fixing though as we want to move to automate submissions (see #70).