Mercurial > p > roundup > code
changeset 1255:e5af1b963837
minor doc fix
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 10 Oct 2002 03:47:00 +0000 |
| parents | 77920c42aeb9 |
| children | 1621df560512 |
| files | doc/customizing.txt |
| diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/customizing.txt Wed Oct 09 01:00:41 2002 +0000 +++ b/doc/customizing.txt Thu Oct 10 03:47:00 2002 +0000 @@ -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 @@ 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::
