Skip to content
Snippets Groups Projects
Commit 8ddb43387dda authored by Nicolas Chauvat's avatar Nicolas Chauvat
Browse files

with 3.6 checkpoint was renamed to commit

parent 901959b5b867
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
publish = bwf.add_transition(_('publish'), draft, published,
('managers',))
checkpoint()
commit()
# set state to published for already existing blog entries
blogentries = rql('Any B WHERE B is BlogEntry')
......@@ -23,4 +23,4 @@
'B eid %(b)s',
{'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