File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 22Customising Roundup
33===================
44
5- :Version: $Revision: 1.42 $
5+ :Version: $Revision: 1.43 $
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
@@ -360,6 +360,10 @@ Detectors - adding behaviour to your tracker
360360============================================
361361.. _detectors:
362362
363+ Detectors are initialised every time you open your tracker database, so you're
364+ free to add and remove them any time, even after the database is initliased
365+ via the "roundup-admin initalise" command.
366+
363367The detectors in your tracker fire before (*auditors*) and after (*reactors*)
364368changes to the contents of your database. They are Python modules that sit in
365369your tracker's ``detectors`` directory. You will have some installed by
@@ -1945,7 +1949,7 @@ Setting up a "wizard" (or "druid") for controlled adding of issues
19451949 # everything's ok, move on to the next page
19461950 self.template = 'add_page2'
19471951
1948- 4. Use the usual "edit " action as the :action on the final page, and you're
1952+ 4. Use the usual "new " action as the :action on the final page, and you're
19491953 done (the standard context/submit method can do this for you).
19501954
19511955-------------------
You can’t perform that action at this time.
0 commit comments