Changes between Version 6 and Version 7 of GridFlowPlugin


Ignore:
Timestamp:
Nov 10, 2016, 10:55:20 PM (7 years ago)
Author:
figaro
Comment:

Change title for legibility

Legend:

Unmodified
Added
Removed
Modified
  • GridFlowPlugin

    v6 v7  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = GridFlowPlugin
     3= Invoke ticket actions from report and query tables
    44
    55== Description
    66
    7 This plugin allows you to invoke ticket actions (including anything defined as a custom workflow) via AJAX callback from report and query tables. It is inspired by the GridModifyPlugin.
     7This plugin allows you to invoke ticket actions, including anything defined as a custom workflow, from report and query tables. It is inspired by the GridModifyPlugin.
    88
    9 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.
     9When 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.
    1010
    1111This is very alpha code.
     
    3737== Configuration
    3838
    39 This plugin requires no configuration. Users must have `TICKET_GRID_WORKFLOW` or `TRAC_ADMIN` privilege to see the GridFlowPlugin options.
     39This plugin requires no configuration. Users must have `TICKET_GRID_WORKFLOW` or `TRAC_ADMIN` privilege to see the options of this plugin.
    4040
    4141== Recent Changes