Roundup Tracker - Issues

Issue 2550916

classification
quiet properties enhancement for issue1714899
Type: rfe Severity: normal
Components: Web interface, Mail interface Versions:
process
Status: new
:
: : rouilj
Priority: normal : Effort-Low

Created on 2016-07-04 16:10 by rouilj, last changed 2016-07-04 16:10 by rouilj.

Messages
msg5741 Author: [hidden] (rouilj) Date: 2016-07-04 16:10
Issue1714899 added a quiet property to all of the roundup property
classes (String Number, Date ....). However it is an all or none
property.

Setting the quiet property:

   * does not list the property change in the confirmation
     banner (shown in green) when a change is made
   * removes the property from the property change section
     of change note emails (nosy emails)
   * removes the display of the property change from the 
     web history display for an item.

I have a String() type field called notepad. It is usually used
as a place to put checklist items or other info that gets changed
along with a ticket update. The notepad can be long, and sending it
via email is just clutter. But I do want to see confirmation and
also see it on the history list so I can track changes if needed.

I propose making the quiet property accept a boolean value or an
array of elements. So

   quiet=True

would have the same effect as quiet=['confirm', 'email', 'history' ].
History
Date User Action Args
2016-07-04 16:10:07rouiljcreate