add missing transition 'archive'
This commit is contained in:
parent
e920fc9786
commit
68718000b6
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ def publishableTask():
|
|||
Transition('finish_published', 'finish (published)', 'finished_published'),
|
||||
Transition('cancel', 'cancel', 'cancelled'),
|
||||
Transition('reopen', 're-open', 'draft'),
|
||||
Transition('archive', 'archive', 'archived'),
|
||||
initialState='draft')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue