add 'archived' and 'removed' states to simple publishing
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2549 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
a0b8e4f39b
commit
95e9f79250
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ The form view gives us access to the states of the object.
|
|||
... print st.statesDefinition, sto.title, [t.title for t in transitions],
|
||||
... print [t.title for t in userTrans]
|
||||
loops.classification_quality unclassified ['classify', 'verify'] ['verify']
|
||||
loops.simple_publishing published ['retract'] ['retract']
|
||||
loops.simple_publishing published ['retract', 'archive'] ['retract', 'archive']
|
||||
|
||||
Let's now update the form.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue