Skip to content

Commit

Permalink
Merge 7e2a2eb into 872d588
Browse files Browse the repository at this point in the history
  • Loading branch information
igerko committed Oct 8, 2018
2 parents 872d588 + 7e2a2eb commit 8f24533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cms/models/static_placeholder.py
Expand Up @@ -70,6 +70,7 @@ def clean(self):
def publish(self, request, language, force=False):
if force or self.has_publish_permission(request):
self.public.clear(language=language)
self.public.mark_as_dirty(language=language)
plugins = self.draft.get_plugins_list(language=language)
copy_plugins_to(plugins, self.public, no_signals=True)
self.dirty = False
Expand Down

0 comments on commit 8f24533

Please sign in to comment.