From 95e9f792508109905ad5cc0bb7b61568866bcf54 Mon Sep 17 00:00:00 2001 From: helmutm Date: Sat, 26 Apr 2008 16:38:03 +0000 Subject: [PATCH] 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 --- organize/stateful/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/organize/stateful/README.txt b/organize/stateful/README.txt index 7c08fb8..b75a879 100644 --- a/organize/stateful/README.txt +++ b/organize/stateful/README.txt @@ -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.