wagtail / wagtail-localize

Translation plugin for Wagtail CMS
https://wagtail-localize.org/
Other
226 stars 86 forks source link

Show a warning when source page has new blocks that translated page doesn't #623

Open vladox opened 2 years ago

vladox commented 2 years ago

Currently there is a method "schema_out_of_date" that displays a warning (ochre background) when there is a migration done to the model after a translation page is created. It will interesting to use the same approach and show a warning message when a synchronised translated page is missing modules present in the source page.

zerolab commented 2 years ago

A few of things to consider:

  1. should configurable?
  2. what the UI should be (e.g. are just going to output a warning message with a link to sync translations?, do we display somewhere else)
  3. Must not forget there will likely be multiple translations

Outside of that, there is appetite for making localize work better with drafts and workflows. What would the considerations for those be