Closed
Bug 723398
Opened 13 years ago
Closed 13 years ago
update brownbag request form to remove "Confidential Mozilla Corporation Bug" group
Categories
(bugzilla.mozilla.org :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: glob, Assigned: dkl)
Details
Attachments
(1 file)
|
1.40 KB,
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
It appears that bugs submitted with this form are marked "Confidential Mozilla Corporation Bug". Can we have that box unchecked by default?
richard: how do you feel about making the bug public if the "intended audience" is "public", and keeping it confidential if the "intended audience" is "employees only" or "interns" ?
Comment 2•13 years ago
|
||
I think keeping MoCo only bugs confidential is fine, but we've been treating intern brownbags as public, i.e. streaming live on AirMo and publicly accessible recordings in the archive.
| Assignee | ||
Comment 3•13 years ago
|
||
We could pretty easily just set the group depending on how the intended audience drop down is set.
Employees Only = Mozilla Corporation
Everything Else = No Groups
Does this work for you?
dkl
Assignee: nobody → dkl
Status: NEW → ASSIGNED
Comment 4•13 years ago
|
||
Sounds like a good solution to the problem.
| Assignee | ||
Comment 5•13 years ago
|
||
Attachment #594804 -
Flags: review?(glob)
Comment on attachment 594804 [details] [diff] [review]
Patch to add moco-conf group if intended audience is employees only (v1)
instead of adding the groups element when required, it'll be much simpler to default the hidden field to empty, and set the value when the audience is 'Employees Only'.
Attachment #594804 -
Flags: review?(glob) → review-
| Assignee | ||
Comment 7•13 years ago
|
||
(In reply to Byron Jones ‹:glob› from comment #6)
> Comment on attachment 594804 [details] [diff] [review]
> Patch to add moco-conf group if intended audience is employees only (v1)
>
> instead of adding the groups element when required, it'll be much simpler to
> default the hidden field to empty, and set the value when the audience is
> 'Employees Only'.
I tried that first but BZ throws an error when 'groups' is defined but empty. So we cannot pass it as empty unless we want to set a group.
dkl
Comment on attachment 594804 [details] [diff] [review]
Patch to add moco-conf group if intended audience is employees only (v1)
ah, because enter_bug uses checkboxes, not a hidden field.
r=glob
Attachment #594804 -
Flags: review- → review+
| Assignee | ||
Comment 9•13 years ago
|
||
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bmo/4.0
modified extensions/BMO/template/en/default/bug/create/create-brownbag.html.tmpl
Committed revision 8057.
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bmo/4.2
modified extensions/BMO/template/en/default/bug/create/create-brownbag.html.tmpl
Committed revision 8044
dkl
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•