We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad1b13 commit a3b8bfaCopy full SHA for a3b8bfa
doc/customizing.txt
@@ -2,7 +2,7 @@
2
Customising Roundup
3
===================
4
5
-:Version: $Revision: 1.213 $
+:Version: $Revision: 1.214 $
6
7
.. This document borrows from the ZopeBook section on ZPT. The original is at:
8
http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -367,6 +367,14 @@ is accessible as::
367
368
db.config.detectors['QA_RECIPIENTS']
369
370
+Note tha the name grouping applied to the main configuration file is
371
+applied to the extension config files, so if you instead have::
372
+
373
+ [qa]
374
+ recipients = [email protected]
375
376
+then the above ``db.config.detectors['QA_RECIPIENTS']`` will still work.
377
378
379
Tracker Schema
380
==============
0 commit comments