Message3684
Here's a cleaner version of the support for quiet properties (the
downstream issue).
Example usage in schema.py:
nosy_count = Number()
nosy_count.quiet = True
issue = IssueClass(db, "issue",
type=Link('issue_type'),
[...]
nosy_count=nosy_count)
If there is still interest in an option to mute/omit selected properties
when calling roundupdb.IssueClass.nosymessage, I can update that part too. |
|
Date |
User |
Action |
Args |
2009-04-06 05:02:38 | ajaksu2 | set | messageid: <1238994158.99.0.102209115477.issue1714899@psf.upfronthosting.co.za> |
2009-04-06 05:02:38 | ajaksu2 | set | recipients:
+ ajaksu2 |
2009-04-06 05:02:38 | ajaksu2 | link | issue1714899 messages |
2009-04-06 05:02:38 | ajaksu2 | create | |
|