[[PageOutline(2-5,Contents,pullout)]] = GridFlowPlugin = == Description == In the spirit of GridModifyPlugin, GridFlowPlugin allows you to invoke ticket actions (including anything defined as a custom workflow) via AJAX callback from report and query tables. When the user has the `TICKET_GRID_WORKFLOW` privilege (or `TRAC_ADMIN`), the gridflow javascript code will add a 'Triage' column to your report and query tables. A pull-down menu in this column allows you to select a ticket action or workflow. When you click the 'Go' button, an AJAX callback will invoke the corresponding action on the ticket and save it. On success, the workflow menu changes to indicate that the action was taken. This is very alpha code. I am no expert, but it seems enough blind flailing can lead somewhere. == Bugs/Feature Requests == '''This plugin is currently not compatible with Trac 0.12+''' Existing bugs and feature requests for GridFlowPlugin are [report:9?COMPONENT=GridFlowPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=GridFlowPlugin&owner=dgc new ticket]. == Download == Download the zipped source from [download:gridflowplugin here]. == Source == You can check out GridFlowPlugin from [http://trac-hacks.org/svn/gridflowplugin here] using Subversion, or [source:gridflowplugin browse the source] with Trac. == Configuration == GridFlowPlugin requires no configuration. Users must have TICKET_GRID_WORKFLOW or TRAC_ADMIN privilege to see the GridFlowPlugin options. == Recent Changes == [[ChangeLog(gridflowplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:dgc] [[BR]] '''Maintainer:''' [wiki:dgc] [[BR]] '''Contributors:'''