Skip to content
Snippets Groups Projects
Commit 9d09744564c7 authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

merge

No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
publish = bwf.add_transition(_('publish'), draft, published, publish = bwf.add_transition(_('publish'), draft, published,
('managers',)) ('managers',))
checkpoint() commit()
# set state to published for already existing blog entries # set state to published for already existing blog entries
blogentries = rql('Any B WHERE B is BlogEntry') blogentries = rql('Any B WHERE B is BlogEntry')
...@@ -23,4 +23,4 @@ ...@@ -23,4 +23,4 @@
'B eid %(b)s', 'B eid %(b)s',
{'b': eid}, 'b') {'b': eid}, 'b')
checkpoint() commit()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment