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@2597 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
7f0f3f3dad
commit
fc7a928fb5
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ from cybertools.stateful.interfaces import IStatesDefinition
|
|||
|
||||
@implementer(IStatesDefinition)
|
||||
def simplePublishing():
|
||||
return StatesDefinition('publishing',
|
||||
return StatesDefinition('simple_publishing',
|
||||
State('private', 'private', ('show', 'archive', 'remove'), color='red'),
|
||||
State('draft', 'draft', ('publish', 'hide', 'archive', 'remove'),
|
||||
color='yellow'),
|
||||
|
|
Loading…
Add table
Reference in a new issue