Modify ↓
Opened 4 years ago
Closed 4 years ago
#13300 closed enhancement (fixed)
Use TicketFieldList in ticket templates and remove fields_map
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.4.2 |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | refactoring |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: |
|
||
Internal Changes: |
Description
We can deprecate fields_map
on 1.4-stable and refactor to use fields
in the template if fields
is an instance of TicketFieldList
(from trac.ticket.api
).
Attachments (0)
Change History (2)
comment:1 by , 4 years ago
API Changes: | modified (diff) |
---|
comment:2 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Proposed changes: