Skip to content
Snippets Groups Projects
Commit 750e3df3cda8 authored by Sandrine Ribeau's avatar Sandrine Ribeau
Browse files

ticket #847750, blog entry owners should be able to publish

parent 3cb7432a4e46
No related branches found
No related tags found
No related merge requests found
# add group "owners" in transition "publish" of BlogEntry workflow permissions
rql('SET T require_group G WHERE G name "owners", T transition_of W, '
'T name "publish", W workflow_of ET, ET name "BlogEntry"')
commit()
......@@ -7,5 +7,5 @@
published = bwf.add_state(_('published'))
publish = bwf.add_transition(_('publish'), draft, published,
('managers',))
('managers', 'owners'))
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