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:
helmutm 2008-05-16 10:07:51 +00:00
parent 7f0f3f3dad
commit fc7a928fb5

View file

@ -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'),