Modify ↓
Opened 15 years ago
Closed 15 years ago
#5364 closed enhancement (fixed)
Enable in-grid editing of text fields - EASY SUGGESTION
Reported by: | anonymous | Owned by: | Abbywinters.com WebDev |
---|---|---|---|
Priority: | highest | Component: | GridModifyPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I am confident this suggestion would 10x the value of GridModifyPlugin
For text-fields in grid view, add a small "edit" icon. (this can be a small graphic, and to reduce clutter it could display only on-hover)
Upon click, either enable in-place editing of the text-field, or to simplify your life, use a javascript popup to allow the admin to enter/edit the text-field, and save the results to trac via AJAX.
This way bugs can be re-assigned, re-named, custom fields edited, all saving a TON of time!
Please please do this!
Attachments (0)
Note: See
TracTickets for help on using
tickets.
(In [6614]) * Improved performance of GridModifyPlugin by changing Genshi transforms to jQuery transforms using patch from #3531 (thanks mmastrac)