https://github.com/trac-hacks/customselectadmin
Trac plugin for editing custom select ticket fields in the admin panel
https://github.com/trac-hacks/customselectadmin
trac-plugin
Last synced: 12 months ago
JSON representation
Trac plugin for editing custom select ticket fields in the admin panel
- Host: GitHub
- URL: https://github.com/trac-hacks/customselectadmin
- Owner: trac-hacks
- License: gpl-3.0
- Created: 2010-07-02T03:04:50.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2011-03-03T06:29:57.000Z (over 15 years ago)
- Last Synced: 2025-05-31T17:32:44.114Z (about 1 year ago)
- Topics: trac-plugin
- Language: Python
- Homepage:
- Size: 184 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
Overview
========
This is a Trac plugin that adds an admin panel for every custom ticket field
that is of type 'select' in the [ticket-custom] section of trac.ini. These
panels behave very similarly to the 'Components,' 'Milestones,' 'Priorities,'
etc. panels.
Options
-------
This plugin allows the following option to be added to the [ticket-custom]
section in trac.ini::
.panel =
This is the string that will display as the title of the panel in the
left-hand panel selection area in the Trac 'Admin' section.