From 40f5156e2e047efb2d863181ae7afb02c460d313 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 7 Nov 2012 15:40:53 +0800 Subject: Bug 801713: implement "bug shadowing" feature --- .../template/en/default/hook/bug/edit-custom_field.html.tmpl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 extensions/ShadowBugs/template/en/default/hook/bug/edit-custom_field.html.tmpl (limited to 'extensions/ShadowBugs/template/en/default/hook/bug/edit-custom_field.html.tmpl') diff --git a/extensions/ShadowBugs/template/en/default/hook/bug/edit-custom_field.html.tmpl b/extensions/ShadowBugs/template/en/default/hook/bug/edit-custom_field.html.tmpl new file mode 100644 index 000000000..4389b27ad --- /dev/null +++ b/extensions/ShadowBugs/template/en/default/hook/bug/edit-custom_field.html.tmpl @@ -0,0 +1,9 @@ +[%# 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. + #%] + +[% field.hidden = field.name == 'cf_shadow_bug' %] -- cgit v1.2.3-24-g4f1b