Changes between Version 7 and Version 8 of TicketFieldsPlugin


Ignore:
Timestamp:
Jun 2, 2022, 9:19:35 AM (2 years ago)
Author:
figaro
Comment:

Remove stretch on image

Legend:

Unmodified
Added
Removed
Modified
  • TicketFieldsPlugin

    v7 v8  
    55== Description
    66
    7 This plugin adds support for filtering displayed custom fields on a per-ticket basis. This is useful for omitting fields that don't apply to specific ticket types, etc. Rather than simply hiding the fields, it removes them from the transmitted data altogether, thus making page rendering and subsequent plugin evaluation faster. It works by adding a custom field responsible for keeping track of which fields should be displayed. For users with `TRAC_ADMIN`, `TICKET_ADMIN` or `TICKET_FIELD_ADMIN` permission, a jQuery datatable is displayed just below the standard Trac properties fieldset that is used to manage which fields are displayed.
     7This plugin allows you to display or hide specific fields for a ticket. It adds support for filtering displayed custom fields on a per-ticket basis. This is useful for omitting fields that don't apply to specific ticket types. Rather than simply hiding the fields, it removes them from the transmitted data altogether, thus making page rendering and subsequent plugin evaluation faster. It works by adding a custom field responsible for keeping track of which fields should be displayed. For users with `TRAC_ADMIN`, `TICKET_ADMIN` or `TICKET_FIELD_ADMIN` permission, a jQuery datatable is displayed just below the standard Trac properties fieldset that is used to manage which fields are displayed.
    88
    99In addition, the ticket types admin console is extended with a similar data table that allows for templating of standard ticket types. In this way, `/newticket?type=foo` will display only the selected fields for that type.
     
    1111Per-ticket field management with jQuery datatable, where only the checked custom fields appear in the properties fieldset:
    1212
    13 [[Image(TicketFieldsPlugin_ticket_datatable.png, 60%, border=2)]]
     13[[Image(TicketFieldsPlugin_ticket_datatable.png, border=2)]]
    1414
    1515Ticket type template via admin console:
    1616
    17 [[Image(TicketFieldsPlugin_admin.png, 70%, border=2)]]
     17[[Image(TicketFieldsPlugin_admin.png, border=2)]]
    1818
    1919== Bugs/Feature Requests