Edgewall Software

Opened 6 years ago

Last modified 6 years ago

#13010 closed defect

Description under query results not formatted as wiki — at Initial Version

Reported by: Ryan J Ollos Owned by:
Priority: normal Milestone: 1.0.17
Component: ticket system Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
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),

Change History (0)

Note: See TracTickets for help on using tickets.