Closed
Bug 113975
Opened 24 years ago
Closed 24 years ago
cannot only add an email to cc: in Change several bugs at once
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: asa, Assigned: jacob)
References
Details
Attachments
(1 file)
811 bytes,
patch
|
myk
:
review+
myk
:
review+
|
Details | Diff | Splinter Review |
When using the "Change several bugs at once" page it is not possible to just add
an email to the cc: field. Attempts to do so will give an error page "Um, you
apparently did not change anything on the selected bugs."
Steps to reproduce.
1. goto
http://bugzilla.mozilla.org/buglist.cgi?email1=jms%40email.de&emailtype1=exact&emaillongdesc1=1&email2=&emailtype2=substring&emailreporter2=1&order=bugs.bug_id&tweak=1
2. click the "check all" button
3. add the email address "jms@email.de" to the cc: list field
4. hit commit.
Results: error page "Um, you apparently did not change anything on the selected
bugs."
Expected: the email should be added to the list of bugs.
Additional Info:
It may be that the cc: change would have been made if I was also changing some
other field (like adding a comment) but I did not test this because I was trying
to make a minimal spam change. It should not be necessary to make additional
changes.
Reporter | ||
Comment 1•24 years ago
|
||
this also affects removing an email from the list in a mass change. I don't
think this would be too difficult to fix (feel free to smack me for that comment).
Assignee | ||
Comment 2•24 years ago
|
||
Assignee | ||
Comment 3•24 years ago
|
||
It wasn't that difficult, but I thought I'd already done it :)
This patch basically adds the CC line to the list of things to check before
claiming that nothing has changed.
Assignee: myk → jake
Assignee | ||
Updated•24 years ago
|
Comment 4•24 years ago
|
||
Comment on attachment 63371 [details] [diff] [review]
Patch
Patch looks good and works on my test installation. r=myk, no need for second
review due to small size, limited scope, and obviousness.
Note bug 118442, which I found while reviewing this patch.
Attachment #63371 -
Flags: review+
Assignee | ||
Comment 5•24 years ago
|
||
Checking in process_bug.cgi;
/cvsroot/mozilla/webtools/bugzilla/process_bug.cgi,v <-- process_bug.cgi
new revision: 1.112; previous revision: 1.111
done
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Target Milestone: --- → Bugzilla 2.16
Comment 6•23 years ago
|
||
*** Bug 134699 has been marked as a duplicate of this bug. ***
Comment 7•23 years ago
|
||
*** Bug 135446 has been marked as a duplicate of this bug. ***
Comment 8•23 years ago
|
||
*** Bug 139760 has been marked as a duplicate of this bug. ***
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•