[%# 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. #%] [%# INTERFACE: # comp: object; Bugzilla::Component object representing the component the # user wants to delete. # product: object; Bugzilla::Product object representing the product to # which the component belongs. #%] [% title = BLOCK %]Delete component '[% comp.name FILTER html %]' from '[% product.name FILTER html %]' product [% END %] [% PROCESS global/header.html.tmpl title = title %] [% IF Param('useqacontact') %] [% END %] [% IF product.description %] [% END %] [% IF Param('usetargetmilestone') %] [% END %]
Field Value
Component: [% comp.name FILTER html %]
Component Description: [% comp.description FILTER html_light %]
Default assignee: [% comp.default_assignee.login FILTER html %]
Default QA contact: [% comp.default_qa_contact.login FILTER html %]
Component of Product: [% product.name FILTER html %]
Product Description: [% product.description FILTER html_light %]
Product Milestone URL: [% product.milestone_url FILTER html %]
Open for [% terms.bugs %]: [% IF product.is_active && comp.isactive %]Yes[% ELSE %]No[% END %]
[% terms.Bugs %]: [% IF comp.bug_count %] [% comp.bug_count %] [% ELSE %] None [% END %]

Confirmation

[% IF comp.bug_count %] [% IF !Param("allowbugdeletion") %]

Sorry, there [% IF comp.bug_count > 1 %] are [% comp.bug_count %] [%+ terms.bugs %] [% ELSE %] is [% comp.bug_count %] [%+ terms.bug %] [% END %] outstanding for this component. You must reassign [% IF comp.bug_count > 1 %] those [% terms.bugs %] [% ELSE %] that [% terms.bug %] [% END %] to another component before you can delete this one.

[% ELSE %]
There [% IF comp.bug_count > 1 %] are [% comp.bug_count %] [%+ terms.bugs %] [% ELSE %] is 1 [% terms.bug %] [% END %] entered for this component! When you delete this component, ALL stored [% terms.bugs %] and their history will be deleted too.
[% END %] [% END %] [% IF comp.bug_count == 0 || Param('allowbugdeletion') %]

Do you really want to delete this component?

[% END %] [% PROCESS admin/components/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %]