diff --git a/stateful/publishing.py b/stateful/publishing.py index 1286b2c..41a9d90 100644 --- a/stateful/publishing.py +++ b/stateful/publishing.py @@ -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'),