summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5a356a5)
raw | patch | inline | side by side (parent: 5a356a5)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 10 Oct 2002 03:47:00 +0000 (03:47 +0000) | ||
committer | richard <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 | patch | blob | history |
diff --git a/doc/customizing.txt b/doc/customizing.txt
index e77feff2f76a314ea493848dd443d26160c1909a..3e350d9aec972e97be1316f19a8e46327ada6766 100644 (file)
--- a/doc/customizing.txt
+++ b/doc/customizing.txt
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
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::