Open
Bug 116922
Opened 23 years ago
Updated 7 months ago
make it possible to edit attachment records on the "show bug" page
Categories
(Bugzilla :: Attachments & Requests, enhancement, P4)
Tracking
()
NEW
People
(Reporter: myk, Unassigned)
Details
Attachments
(1 file, 2 obsolete files)
14.82 KB,
patch
|
Details | Diff | Splinter Review |
It should be possible to edit attachment records while editing the bug record itself on the "show bug" page. My initial thought is to have a button near the list of attachments that says "Make Editable" or "Edit Inline" and which turns the attachment list items into editable fields when clicked. This could take place either via JavaScript/DOM or via a CGI request and response from the server (or both), with the former being preferred since the primary value of this approach is editing speed.
Updated•23 years ago
|
Priority: -- → P4
Target Milestone: --- → Future
Reporter | ||
Comment 1•23 years ago
|
||
This patch adds JavaScript code to the show bug page that generates form fields for editing attachments. It also contains a Perl -> JavaScript value converter. Unfortunately bug 35007 (and possibly also bug 14445) mean that Mozilla won't support such functionality any time soon.
Reporter | ||
Comment 2•23 years ago
|
||
This patch adds attachment statuses, which were accidentally missing from the first work in progress. Also, note that this patch checks the value of the "userequesttracker" param, so that parameter should be defined either by applying the patches in bug 98801 or by manually adding it to your data/params file.
Attachment #64793 -
Attachment is obsolete: true
Component: Creating/Changing Bugs → attachment and request management
Updated•19 years ago
|
QA Contact: mattyt-bugzilla → default-qa
Updated•18 years ago
|
Target Milestone: Future → ---
Updated•18 years ago
|
Assignee: myk → attach-and-request
Updated•7 months ago
|
Attachment #9384149 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•