Changes between Version 22 and Version 23 of GridModifyPlugin


Ignore:
Timestamp:
Mar 16, 2015, 4:11:08 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Fixed typo.

Legend:

Unmodified
Added
Removed
Modified
  • GridModifyPlugin

    v22 v23  
    77For any ticket field this plugin modifies the `query` and `report` views of tickets to include a widget for editing those values. This works for all field types except for textareas.
    88
    9 Changes to any of the widgets will immediately fire off an AJAX request to update the ticket so there is no need to press any Save or Submit button. A small icon will show the progress of each AJAZrequest (in progress, succeeded, failed) once it is fired off. The status of the updates is logged to browser console.
     9Changes to any of the widgets will immediately fire off an AJAX request to update the ticket so there is no need to press any Save or Submit button. A small icon will show the progress of each AJAX request (in progress, succeeded, failed) once it is fired off. The status of the updates is logged to browser console.
    1010
    1111This plugin uses Genshi and therefore only works with Trac 0.11 and later.