Opened 11 years ago

Last modified 11 years ago

#11066 closed defect

MultiSelectFieldPlugin shows text but not options. — at Version 2

Reported by: william.greenwaldt@… Owned by: Olli Kallioinen
Priority: normal Component: MultiSelectFieldPlugin
Severity: normal Keywords: MultiSelect installation
Cc: Trac Release: 1.0

Description (last modified by Ryan J Ollos)

I have installed the MSFP and get feedback that it is loading and is in the list of plugins via Admin >> General >> Plugins. When I go to New Ticket, the field presents as text and does not provide the options.

Feedback from trac.log that it is loading:

2013-05-09 09:42:59,220 Trac[loader] DEBUG: Loading multiselectfield.filter from c:\bitnami\tracstack\python\lib\site-packages\tracmultiselectfield-1.0.0-py2.7.egg
2013-05-09 09:43:18,549 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/multiselectfield/chosen.css'">
2013-05-09 09:43:19,282 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/multiselectfield/chosen.jquery.min.js'">
2013-05-09 09:43:19,282 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/multiselectfield/multiselectfield.js'">

The output of trac-admin for the ticket-custom widget that I created name platform:

Trac [C:\Trac\Projects\G9]> config get ticket-custom platform
text
platform.label = Platform:
platform.format = list
platform.multiselect = true
platform.options= DL380G8|DL580G9|DL3680G9
platform.order = 1

I think it is apparent by it showing in plugins, but I have enabled the plugin in trac.ini [components] with this entry:

multiselectfield.* = enabled

What other things can I review for why this doesn't present my list of values?

Thanks in advance. Bill

Change History (2)

comment:1 Changed 11 years ago by Ryan J Ollos

Description: modified (diff)

comment:2 Changed 11 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.