workflows: fix default workflow to also be commentable by submitter

This commit is contained in:
Frédéric Péters 2012-08-16 13:47:12 +02:00
parent a7e2990af4
commit 956a26f26c
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ class Workflow(StorableObject):
commentable = CommentableWorkflowStatusItem()
commentable.id = '_commentable'
commentable.by = ['_submitted', '_receiver']
commentable.by = ['_submitter', '_receiver']
import wf.jump
jump_to_new = wf.jump.JumpWorkflowStatusItem()