[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [% 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.is_timetracker %] [% INCLUDE "bug/field-label.html.tmpl" field = bug_fields.estimated_time, editable = 1 %] [% PROCESS bug/field.html.tmpl field = bug_fields.deadline, value = dontchange editable = 1, allow_dont_change = 1 %] [% INCLUDE "bug/field-label.html.tmpl" field = bug_fields.remaining_time, editable = 1 %] [% END %] [% IF Param("useqacontact") %] [% END %] [% IF use_keywords %] [% INCLUDE "bug/field-label.html.tmpl" field = bug_fields.keywords, editable = 1 desc_url = "describekeywords.cgi" %] [% END %] [% IF Param('usestatuswhiteboard') %] [% END %] [% USE Bugzilla %] [%# Show all legal values and all fields, ignoring visibility controls. %] [% bug = 0 %] [% 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 => 40 %]
[% INCLUDE global/userselect.html.tmpl id => "qa_contact" name => "qa_contact" value => dontchange size => 40 %]
[% INCLUDE global/userselect.html.tmpl id => "masscc" name => "masscc" value => "" size => 40 multiple => 5 %]
[% INCLUDE bug/field.html.tmpl field = bug_fields.keywords, editable = 1, value = keywords possible_values = all_keywords no_tds = 1 %]
Status Whiteboard:
[% IF user.is_insider %] [% END %]
[% INCLUDE global/textarea.html.tmpl name = 'comment' id = 'comment' minrows = 5 maxrows = 25 cols = constants.COMMENT_COLS %]
[% Hook.process('before_groups') %] [% IF groups.size > 0 %] Groups:
[% FOREACH group = groups %] [% IF group.is_active %] [% ELSE %] [% foundinactive = 1 %] [% END %] [% END %]
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 %] [%+ Hook.process('after_groups') %] [%############################################################################%] [%# 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 %]