[%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez # Max Kanat-Alexander # Frédéric Buclin # Guy Pyrzak #%] [% PROCESS global/variables.none.tmpl %] [% dontchange = "--do_not_change--" %]

To change multiple [% terms.bugs %]:

  1. Check the [% terms.bugs %] you want to change above.
  2. Make your changes in the form fields below. If the change you are making requires an explanation, include it in the comments box.
  3. Click the Commit button.
[% IF Param("usetargetmilestone") %] [% END %] [% IF user.in_group(Param("timetrackinggroup")) %] [% END %] [% IF Param("useqacontact") %] [% END %] [% IF use_keywords %] [% END %] [% IF Param('usestatuswhiteboard') %] [% END %] [% USE Bugzilla %] [% FOREACH field = Bugzilla.active_custom_fields %] [% PROCESS bug/field.html.tmpl value = dontchange editable = 1 allow_dont_change = 1 %] [% END %] [% Hook.process("after_custom_fields") %]
[% PROCESS selectmenu menuname = "product" menuitems = products property = "name" %] [% PROCESS selectmenu menuname = "version" menuitems = versions property = "" %]
[% PROCESS selectmenu menuname = "component" menuitems = components %] [% PROCESS selectmenu menuname = "priority" menuitems = priorities %]
[% PROCESS selectmenu menuname = "rep_platform" menuitems = platforms %] [% PROCESS selectmenu menuname = "bug_severity" menuitems = severities %]
[% PROCESS selectmenu menuname = "op_sys" menuitems = op_sys %] [% PROCESS selectmenu menuname = "target_milestone" menuitems = targetmilestones %]
[% PROCESS status_section %]
   
[% INCLUDE global/userselect.html.tmpl id => "assigned_to" name => "assigned_to" value => dontchange size => 32 %]
[% INCLUDE global/userselect.html.tmpl id => "qa_contact" name => "qa_contact" value => dontchange size => 32 %]
Status Whiteboard:
[% IF user.is_insider %] [% END %]
[% INCLUDE global/textarea.html.tmpl name = 'comment' id = 'comment' minrows = 5 maxrows = 25 cols = constants.COMMENT_COLS %]
[% IF groups.size > 0 %] Groups:
[% FOREACH group = groups %] [% IF group.is_active %] [% ELSE %] [% foundinactive = 1 %] [% END %] [% END %]
Don't
change
this group
restriction
Remove
[% terms.bugs %]
from this
group
Add
[% terms.bugs %]
to this
group
Group Name:
  [% SET inactive = !group.is_active %] [% group.description FILTER html_light FILTER inactive(inactive) %]
[% IF foundinactive %]

(Note: [% terms.Bugs %] may not be added to [% FILTER inactive %]inactive groups[% END %], only removed.)

[% END %] [% END %] [% IF Param('move-enabled') && user.is_mover %] [% END %] [%############################################################################%] [%# Select Menu Block #%] [%############################################################################%] [% BLOCK selectmenu %] [% END %] [%############################################################################%] [%# Status Block #%] [%############################################################################%] [% BLOCK status_section %] [% all_open_bugs = !current_bug_statuses.containsany(closedstates) %] [% all_closed_bugs = !current_bug_statuses.containsany(openstates) %] [% closed_status_array = [] %] [% END %]