Skip to content

Commit 0f1e706

Browse files
author
Richard Jones
committed
minor doc fix
1 parent 5be72ff commit 0f1e706

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/customizing.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Customising Roundup
33
===================
44

5-
:Version: $Revision: 1.54 $
5+
:Version: $Revision: 1.55 $
66

77
.. This document borrows from the ZopeBook section on ZPT. The original is at:
88
http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -2080,8 +2080,10 @@ to.
20802080

20812081
stat = Class(db, "status", ... , transitions=Multilink('status'), ...)
20822082

2083-
and then edit the statuses already created through the web using the
2084-
generic class list / CSV editor.
2083+
and then edit the statuses already created either:
2084+
2085+
a. through the web using the class list -> status class editor, or
2086+
b. using the roundup-admin "set" command.
20852087

20862088
2. add an auditor module ``checktransition.py`` in your tracker's
20872089
``detectors`` directory::

0 commit comments

Comments
 (0)