= GridFlowPlugin = == Description == In the spirit of GridModPlugin, GridFlowPlugin allows you to invoke ticket actions (including anything defined as a custom workflow) via AJAX callback from report and query tables. == Bugs/Feature Requests == 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. == Example == GridFlowPlugin has no configuration options. 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. == Recent Changes == [[ChangeLog(gridflowplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:dgc] [[BR]] '''Contributors:'''