rename 'publishing' states definition to 'simple_publishing' for unification of naming with loops.organize.stateful
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2598 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
fc7a928fb5
commit
a9c73b5361
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ We'll use a predefined simple publishing workflow that.
|
|||
>>> registerStatesDefinition(simplePublishing())
|
||||
|
||||
>>> demo = Demo()
|
||||
>>> demo.statesDefinition = 'publishing'
|
||||
>>> demo.statesDefinition = 'simple_publishing'
|
||||
>>> demo.getState()
|
||||
'draft'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue