This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 254240 - Don't add reporter to CC
Summary: Don't add reporter to CC
Status: NEW
Alias: None
Product: www
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 8.1
Hardware: PC Windows 8.1 x64
: P3 normal (vote)
Assignee: Jan Pirek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-10 11:41 UTC by cezariusz
Modified: 2015-08-10 11:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cezariusz 2015-08-10 11:41:52 UTC
When opening a bug report, the checkbox "Add me to CC list" is checked by default, and that's fine, because when adding a comment you will be automatically subscribed to the report.
But I see no reason to select it when I'm the reporter. The logic on the page would be simple (pseudo code):
if (logged_in_user != reporter) {
   add_to_cc.checked = "checked";
}