Edgewall Software

Changes between Version 29 and Version 30 of TracTicketsCustomFields


Ignore:
Timestamp:
Apr 2, 2014, 10:07:09 PM (10 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketsCustomFields

    v29 v30  
    116116Note in particular the `LEFT OUTER JOIN` statement here.
    117117
     118Note that if your config file uses an uppercase name, e.g.,
     119{{{
     120[ticket-custom]
     121
     122Progress_Type = text
     123}}}
     124you would use lowercase in the SQL:  `AND c.name = 'progress_type'`
     125
    118126=== Updating the database ===
    119127