[%# 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. #%] [% group_correct_visibility = {}; FOREACH g = product.group_controls.values; group_correct_visibility.${g.name} = (g.membercontrol == constants.CONTROLMAPNA) || (g.othercontrol == constants.CONTROLMAPNA) ? 0 : 1; END; %] Default Security Group: Default Platform: [% INCLUDE default_select field_name = 'default_platform_id' field_value = product.default_platform_id field_values = bug_fields.rep_platform.legal_values %] [%= INCLUDE default_select field_name = 'default_op_sys_id' field_value = product.default_op_sys_id field_values = bug_fields.op_sys.legal_values %] [% BLOCK default_select %] [% END %]