BoltTranslate / Translate

Provides translation for contenttypes.
Other
43 stars 37 forks source link

[BUG] status update deletes localized contents #203

Open albertborsos opened 5 years ago

albertborsos commented 5 years ago

I made a new bolt project with this extension to reproduce this issue.

Details

Reproduction

Publish page from view pages screen will updates the localized contents with wrong data.

Follow these steps to reproduce this bug:

  1. create a new page with draft status
  2. set English title to "English title"
  3. save the page
  4. update the Deutsch title to "Deutsch title"
  5. go to pages > view pages screen
  6. publish page from the edit dropdown
  7. check the content of the Deutsch and English titles (they will be the same)
codmdu commented 5 years ago

Maybe same as mine #204 ?