wiki:GridModifyPlugin

Version 1 (modified by Abbywinters.com WebDev, 16 years ago) (diff)

New hack GridModifyPlugin, created by abbywinterscom

Grid Modify Plugin

Description

For any ticket field of type "select" (e.g. type, priority, component, etc) this plugin modifies the "query" and "report" views of tickets to include a select widget for editing those values.

Changes to any of the select widgets will immediately fire off an AJAX request to update the ticket so there is no need to press any save or submit button.

The status of the updates is logged to Firebug's console if you have that installed.

This plugin uses Genshi and therefore only works with Trac .11 (and up?).

Bugs/Feature Requests

Existing bugs and feature requests for GridModifyPlugin are here.

If you have any issues, create a new ticket.

Download

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

Source

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

Example

  • Quickly work through many tickets in a given report or query assigning priorities to each one. This is useful in a team meeting for instance.

Recent Changes

17192 by rjollos on 2018-06-06 00:07:05

TracGridModify 1.0.0dev: Change plugin name

This prepares plugin to publish to PyPI. Uninstall
the old plugin before installing the new version.

$ pip uninstall GridModify
17182 by rjollos on 2018-05-21 12:08:25
GridModify 1.0.0dev: Populate select with existing value

The existing value is used even if it is not
a valid priority, component, etc.

Fixes #13430.

16953 by rjollos on 2017-11-03 16:46:26
GridModify 1.0.0dev: TICKET_ADMIN grants TICKET_GRID_MODIFY

This fixes a regression in r16202.

Refs #13322.

(more)

Author/Contributors

Author: abbywinterscom
Contributors:

Attachments (2)

Download all attachments as: .zip