Changes between Version 1 and Version 2 of GridFlowPlugin


Ignore:
Timestamp:
Apr 3, 2009, 4:14:43 AM (15 years ago)
Author:
dgc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GridFlowPlugin

    v1 v2  
    33== Description ==
    44
    5 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.
     5In 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.
     6
     7When 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.
     8
     9This is very alpha code.  I am no expert, but it seems enough blind flailing can lead somewhere.
    610
    711== Bugs/Feature Requests ==
     
    2125You can check out GridFlowPlugin from [http://trac-hacks.org/svn/gridflowplugin here] using Subversion, or [source:gridflowplugin browse the source] with Trac.
    2226
    23 == Example ==
     27== Configuration ==
    2428
    25 GridFlowPlugin has no configuration options.
    26 
    27 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.
    28 
    29 This is very alpha code.  I am no expert, but it seems enough blind flailing can lead somewhere.
     29GridFlowPlugin requires no configuration.  Users must have TICKET_GRID_WORKFLOW or TRAC_ADMIN privilege to see the GridFlowPlugin options.
    3030
    3131