bnzk / djangocms-misc

customizing django and django-cms to my likes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

untranslated placeholders: dirty/needs publish button issues

benzkji opened this issue · comments

current state: publish button appears on the language version, on which the plugins where initially added.

  • is this ok!? no!?
  • OR: mark dirty for all languages, so publishing can occur in any language? and clean publisher_state after publishing, for all languages (just publish all languages???!)
  • OR: mark dirty only in the edited language (would be the expected behaviour...but hard to achieve?!)

leave as is for now...

current solution: if not in default lang, mark default as dirty as well, and when publishing, publish as well. could be enhanced (mark all/ publish all) -> another issue.