wiki:MultiSelectFieldPlugin

Version 1 (modified by Olli Kallioinen, 11 years ago) (diff)

New hack MultiSelectFieldPlugin, created by ollika

MultiSelectFieldPlugin

Notice: This plugin is unmaintained and available for adoption.

Description

Plugin allowing custom fields in tickets supporting multiple selection mode. that have a set of predefined values. Each field can be assigned multiple values that can be selected.

The data is saved as a normal text field with the values separated by '|'.

The selection component itself is using http://harvesthq.github.io/chosen/ to implement multiple selection in a more user friendly way.

Bugs/Feature Requests

Existing bugs and feature requests for MultiSelectFieldPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:multiselectfieldplugin here].

Source

You can check out MultiSelectFieldPlugin from here using Subversion, or browse the source with Trac.

Example

Install and enable plugin. Then add a new custom field to your conf/trac.ini

For example:

[ticket-custom] environament.format = list environment = text environment.label = Environment environment.multiselect = true environment.options = Android|iPhone|iPad|Windows|Linux|MacOs environment.order = 2

This will add a new field supporting multiple selection called 'environment' with some predefined values.

Recent Changes

17830 by rjollos on 2020-08-05 17:04:53
TracMultiSelectField 1.0.4: Fix exceptions for unintended name attributes

Refs #13863.

17808 by rjollos on 2020-07-24 20:51:19
TracMultiSelectField 1.0.3dev: Make compatible with Trac 1.4+

Remove use of ITemplateStreamFilter and add equivalent
operations in JavaScript.

Refs #13855.

17518 by rjollos on 2019-09-24 23:09:27
TracMultiSelectField 1.0.2: Add project URL
(more)

Author/Contributors

Author: ollika
Maintainer: ollika
Contributors:

Attachments (2)

Download all attachments as: .zip