[%# 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 #%] [% 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.get_fields({ obsolete => 0, custom => 1 }) %] [% PROCESS bug/field.html.tmpl value = dontchange editable = 1 allow_dont_change = 1 %] [% END %]
[% 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 %]
[% INCLUDE global/userselect.html.tmpl id => "assigned_to" name => "assigned_to" value => dontchange do_not_change => dontchange size => 32 %]
[% INCLUDE global/userselect.html.tmpl id => "qa_contact" name => "qa_contact" value => dontchange do_not_change => dontchange size => 32 %]
Status Whiteboard:
[% IF use_keywords %] [% PROCESS "bug/keyword-chooser.html.tmpl" sel_keywords = keywords.split(', ') %] [% END %]
[% INCLUDE global/textarea.html.tmpl name = 'comment' id = 'comment' minrows = 5 maxrows = 25 cols = constants.COMMENT_COLS %]
[% IF groups.size > 0 %] Groupset:
[% FOREACH group = groups %] [% IF group.isactive %] [% 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.isactive %] [% 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 %] [% all_open_bugs = !current_bug_statuses.containsany(closedstates) %] [% all_closed_bugs = !current_bug_statuses.containsany(openstates) %] [% display_warning = 0 %]
[% FOREACH bug_status = new_bug_statuses %] [%# Closed bugs cannot have their resolution changed this way. %] [% IF !bug_status.is_open && !all_closed_bugs %] and set the resolution to [% PROCESS select_resolution id = bug_status.id %] [%+ "(*)" UNLESS all_open_bugs %] [% display_warning = 1 UNLESS all_open_bugs %] [% END %]
[% END %] [%# If all the bugs being changed are open, allow the user to clear their resolution. %] [% IF all_open_bugs %]
[% END %] [%# If all the bugs being changed are closed, allow the user to change their resolution. %] [% IF all_closed_bugs %] [%+ PROCESS select_resolution id = "change_resolution" %]
[% END %] [% IF display_warning %]

(*) Note that the resolution will only be applied to open [% terms.bugs %]. Already closed [% terms.bugs %] will keep their resolution unchanged.

[% END %] [% IF Param('move-enabled') && user.is_mover %] [% END %] [%############################################################################%] [%# Select Menu Block #%] [%############################################################################%] [% BLOCK selectmenu %] [% END %] [% BLOCK select_resolution %] [% END %]