Changeset 558


Ignore:
Timestamp:
08/16/11 08:37:27 (13 years ago)
Author:
bas
Message:

reporter ticket field can also be changed by a workflow, see #226

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r557 r558  
    711711                ## We have already processed these fields
    712712                #
    713                 if not field in ['reporter', 'summary', 'description']:
     713                if not field in ['summary', 'description']:
    714714                    s = 'workflow : %s, field %s : %s, by %s' \
    715715                       %(workflow, field, field_changes[field]['new'],field_changes[field]['by'] )
Note: See TracChangeset for help on using the changeset viewer.