From be553516b4062d177b7dc50851919aa57c1812fe Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Mon, 16 Jun 2014 15:09:06 +0400 Subject: [PATCH] Hide (search) for multiselects and for bug_id_rev --- template/en/default/bug/field.html.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl index 49d6c7895..d7792069e 100644 --- a/template/en/default/bug/field.html.tmpl +++ b/template/en/default/bug/field.html.tmpl @@ -236,7 +236,9 @@ [%# # Custis Bug 129375 - Add search link for some custom fields #%] - [% IF bug.id && (field.name != 'priority' AND field.name != 'bug_status' AND field.name != 'resolution') %] + [% IF bug.id && field.name != 'priority' && field.name != 'bug_status' && + field.name != 'resolution' && field.type != constants.FIELD_TYPE_BUG_ID_REV && + field.type != constants.FIELD_TYPE_MULTI_SELECT %]  (