Roundup Tracker - Issues

Message3479

Author anonymous
Recipients
Date 2007-05-08.12:07:15
Message-id
In-reply-to
Sorry for using bug tracker for a feature request but wasn't sure where this belongs. We haven't figured out (there might be a way) how to disable change note about attribute changes from tracker emails. In external "client" interface we would not life those to be visible and in internal trackers they would be most convenient.

If there is no configurable way to decide if assignedto, status, priority etc. changes are appended to tracker emails, would it be possible to have a per instance confuration option for that.

Since we weren't smart enough to figure out how to override current behaviour from the per instance extensions/, we ended up doing like this:

19c19
< # $Id$
---
> # $Id: roundupdb.py,v 1.1 2006/07/17 12:05:51 root Exp $
322,323c322,323
<         if note:
<             m.append(note)
---
>         #if note:
>         #    m.append(note)

Huge thanks for considering this!
History
Date User Action Args
2009-02-03 14:24:08adminlinkissue1714899 messages
2009-02-03 14:24:08admincreate