Roundup Tracker - Issues

Message3684

Author ajaksu2
Recipients ajaksu2
Date 2009-04-06.05:02:37
Message-id <1238994158.99.0.102209115477.issue1714899@psf.upfronthosting.co.za>
In-reply-to
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.
History
Date User Action Args
2009-04-06 05:02:38ajaksu2setmessageid: <1238994158.99.0.102209115477.issue1714899@psf.upfronthosting.co.za>
2009-04-06 05:02:38ajaksu2setrecipients: + ajaksu2
2009-04-06 05:02:38ajaksu2linkissue1714899 messages
2009-04-06 05:02:38ajaksu2create