Changes between Initial Version and Version 1 of Ticket #11026


Ignore:
Timestamp:
Apr 21, 2013, 3:45:24 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11026 – Description

    initial v1  
    1 I just installed the plugin in a dev environment and haven't specified any configuration yet. On line 2508 of `tracpm.py`, entries in `linkfieldname` are set to `None` if the field hasn't been configured, but then there is no check as to whether the dictionary entry is `None` before trying to use it.
     1I just installed the plugin in a dev environment and haven't specified any configuration yet. On line 2508 of `tracpm.py`, entries in `linkFieldNames` are set to `None` if the field hasn't been configured, but then there is no check as to whether `linkFieldName[linkField]` is `None` before trying to use it as a key in `tickets`:
    22
    33{{{
     
    2929         return tickets
    3030}}}
     31
     32I can go ahead and push this change if you are okay with it.