Changeset 241 for trunk/email2trac.py.in


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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.