Modify ↓
Opened 7 years ago
Closed 7 years ago
#13010 closed defect (fixed)
Description under query results not formatted as wiki
Reported by: | Ryan J Ollos | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.17 |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
Render description as wiki format in query results when "show under each row" is checked. |
||
API Changes: | |||
Internal Changes: |
Description
Issue reported in gmessage:trac-users:s99Fc_jkzJM/E95uvFcPCQAJ.
The patch proposed in that thread:
-
trac/ticket/api.py
diff --git a/trac/ticket/api.py b/trac/ticket/api.py index 33396c5c0..4e3188b47 100644
a b class TicketSystem(Component): 305 305 306 306 # Description 307 307 fields.append({'name': 'description', 'type': 'textarea', 308 ' label': N_('Description')})308 'format': 'wiki', 'label': N_('Description')}) 309 309 310 310 # Default select and radio fields 311 311 selects = [('type', N_('Type'), model.Type),
Attachments (0)
Change History (2)
comment:1 by , 7 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Fixed in [16542] and merged in [16543-16544].
Note:
See TracTickets
for help on using tickets.
Added unit tests: [de4057ce4/jomae.git]