https://github.com/trac-hacks/trac-workflowactionbuttonsplugin
https://github.com/trac-hacks/trac-workflowactionbuttonsplugin
trac-plugin
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trac-hacks/trac-workflowactionbuttonsplugin
- Owner: trac-hacks
- Created: 2013-12-31T00:47:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T00:10:58.000Z (about 9 years ago)
- Last Synced: 2025-07-23T10:38:32.602Z (11 months ago)
- Topics: trac-plugin
- Language: Python
- Size: 245 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This plugin adds a row of "action buttons" to the top of every ticket detail page. These buttons allow you to quickly act on a ticket (with a workflow action like "reassign", "resolve", "reopen", etc) without scrolling down to the Actions section. When a button is pressed, a modal dialog opens up with a small form prompting the user for any additional information (e.g. resolution when resolving the ticket, or new owner when reassigning) and an optional comment.
The plugin does nothing if Javascript is disabled.