From 55d148d167630fce08f40e6fcf2ab9def0b9699d Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 25 Nov 2014 13:08:29 +0800 Subject: Bug 1103837: Bug Bounty Entry Form no longer edits bounty attachment description --- .../en/default/hook/attachment/list-action.html.tmpl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 extensions/BMO/template/en/default/hook/attachment/list-action.html.tmpl (limited to 'extensions/BMO/template/en/default/hook/attachment') diff --git a/extensions/BMO/template/en/default/hook/attachment/list-action.html.tmpl b/extensions/BMO/template/en/default/hook/attachment/list-action.html.tmpl new file mode 100644 index 000000000..9b2463f78 --- /dev/null +++ b/extensions/BMO/template/en/default/hook/attachment/list-action.html.tmpl @@ -0,0 +1,12 @@ +[%# 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. + #%] + +[% RETURN UNLESS user.in_group("bounty-team") + && attachment.is_bounty_attachment %] + + -- cgit v1.2.3-24-g4f1b