Changes between Version 1 and Version 2 of Ticket #11066


Ignore:
Timestamp:
May 9, 2013, 7:21:47 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11066 – Description

    v1 v2  
    772013-05-09 09:43:19,282 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/multiselectfield/chosen.jquery.min.js'">
    882013-05-09 09:43:19,282 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/multiselectfield/multiselectfield.js'">
    9 The output of trac-admin for the ticket-custom widget that I created name platform:
    10 Trac [C:\Trac\Projects\G9]> config get ticket-custom platform
    11 text platform.label = Platform: platform.format = list platform.multiselect = true platform.options=
    12 DL380G8|DL580G9|DL3680G9 platform.order = 1
    139}}}
    1410
    15 I think it is apparent by it showing in plugins, but I have enabled the plugin in trac.ini [components] with this entry:
     11The output of trac-admin for the ticket-custom widget that I created name platform:
     12{{{
     13#!sh
     14Trac [C:\Trac\Projects\G9]> config get ticket-custom platform
     15text
     16}}}
     17
     18{{{
     19platform.label = Platform:
     20platform.format = list
     21platform.multiselect = true
     22platform.options= DL380G8|DL580G9|DL3680G9
     23platform.order = 1
     24}}}
     25
     26I think it is apparent by it showing in plugins, but I have enabled the plugin in `trac.ini` `[components]` with this entry:
    1627{{{
    1728multiselectfield.* = enabled