Edgewall Software
Modify

Opened 6 years ago

Closed 6 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):  
    305305
    306306        # Description
    307307        fields.append({'name': 'description', 'type': 'textarea',
    308                        'label': N_('Description')})
     308                       'format': 'wiki', 'label': N_('Description')})
    309309
    310310        # Default select and radio fields
    311311        selects = [('type', N_('Type'), model.Type),

Attachments (0)

Change History (2)

comment:1 by Jun Omae, 6 years ago

Owner: set to Jun Omae
Status: newassigned

Added unit tests: [de4057ce4/jomae.git]

comment:2 by Jun Omae, 6 years ago

Release Notes: modified (diff)
Resolution: fixed
Status: assignedclosed

Fixed in [16542] and merged in [16543-16544].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jun Omae.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jun Omae to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.