Roundup Tracker - Issues

Message5691

Author rouilj
Recipients ajaksu2, chichi, rouilj
Date 2016-07-01.00:56:41
Message-id <1467334603.13.0.568173011429.issue1714899@psf.upfronthosting.co.za>
In-reply-to
Committed as: 8901cc4ef0e0

I updated the patch so that:

  prop=String(quiet=True)

works as well as:

  prop=String()
  prop.quiet=True

It also works when using the anydb backend.

Also the history) command in templating allows showall=True 
argument to ignore the quiet setting for properties.
History
Date User Action Args
2016-07-01 00:56:43rouiljsetmessageid: <1467334603.13.0.568173011429.issue1714899@psf.upfronthosting.co.za>
2016-07-01 00:56:43rouiljsetrecipients: + rouilj, ajaksu2, chichi
2016-07-01 00:56:42rouiljlinkissue1714899 messages
2016-07-01 00:56:41rouiljcreate