Changes between Version 3 and Version 4 of TracTickets
- Timestamp:
- Apr 1, 2017, 10:40:26 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracTickets
v3 v4 121 121 Example: `[/newticket?summary=Compile%20Error&version=1.0&component=gui]` 122 122 123 == Deleting Tickets 124 125 Ticket delete and ticket change delete functions are enabled through an optional component. To enable the functionality edit the [TracIni#components-section "[components]"] section of TracIni: 126 {{{#!ini 127 [components] 128 tracopt.ticket.deleter.* = enabled 129 }}} 130 131 The //Delete// buttons appears next to the //Reply// buttons in the ticket description and ticket change areas. `TICKET_ADMIN` permission is required for deleting tickets and ticket changes. 132 123 133 ---- 124 See also: Trac Guide, TracWiki, TracTicketsCustomFields, TracNotification, TracReports, TracQuery134 See also: TracTicketsCustomFields, TracNotification, TracReports, TracQuery