Changes between Version 6 and Version 7 of GridFlowPlugin
- Timestamp:
- Nov 10, 2016, 10:55:20 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GridFlowPlugin
v6 v7 1 1 [[PageOutline(2-5,Contents,pullout)]] 2 2 3 = GridFlowPlugin3 = Invoke ticket actions from report and query tables 4 4 5 5 == Description 6 6 7 This plugin allows you to invoke ticket actions (including anything defined as a custom workflow) via AJAX callbackfrom report and query tables. It is inspired by the GridModifyPlugin.7 This 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. 8 8 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.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. 10 10 11 11 This is very alpha code. … … 37 37 == Configuration 38 38 39 This plugin requires no configuration. Users must have `TICKET_GRID_WORKFLOW` or `TRAC_ADMIN` privilege to see the GridFlowPlugin options.39 This plugin requires no configuration. Users must have `TICKET_GRID_WORKFLOW` or `TRAC_ADMIN` privilege to see the options of this plugin. 40 40 41 41 == Recent Changes