Changeset 241 for trunk


Ignore:
Timestamp:
01/16/09 14:20:00 (15 years ago)
Author:
bas
Message:

email2trac.py.in:

  • Ticket was not updated if we only changed the ticket fields, #113
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r233 r241  
    1212    Author: ben at fetchsoftworks dot com
    1313    Applied by: Bas van der Vlies
     14
     15  * Fixed a bug that a ticket was not updated when we only update ticket field(s)
     16    via email (empty mail), closes #113
     17    Reported by: winnie at debian dot org
     18    Fixed by: Bas van der Vlies
     19 
     20  * Better support for inline attachments and multiple body parts, closes #105,#80
     21    Author: ben at fetchsoftworks dot com
     22
     23  * More versatile support for Mac attachments. closes #106
     24    Author: ben at fetchsoftworks dot com
    1425
    15262008-10-13
  • trunk/email2trac.py.in

    r240 r241  
    683683                body_text = self.body_text(message_parts)
    684684
    685                 if body_text.strip():
     685                if body_text.strip() or update_fields:
    686686                        tkt.save_changes(self.author, body_text, when)
    687687
Note: See TracChangeset for help on using the changeset viewer.