Code

minor doc fix
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 10 Oct 2002 03:47:00 +0000 (03:47 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 10 Oct 2002 03:47:00 +0000 (03:47 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1328 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/customizing.txt

index e77feff2f76a314ea493848dd443d26160c1909a..3e350d9aec972e97be1316f19a8e46327ada6766 100644 (file)
@@ -2,7 +2,7 @@
 Customising Roundup
 ===================
 
-:Version: $Revision: 1.54 $
+:Version: $Revision: 1.55 $
 
 .. This document borrows from the ZopeBook section on ZPT. The original is at:
    http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -2080,8 +2080,10 @@ to.
 
      stat = Class(db, "status", ... , transitions=Multilink('status'), ...)
 
-   and then edit the statuses already created through the web using the
-   generic class list / CSV editor.
+   and then edit the statuses already created either:
+
+   a. through the web using the class list -> status class editor, or
+   b. using the roundup-admin "set" command.
 
 2. add an auditor module ``checktransition.py`` in your tracker's
    ``detectors`` directory::