From: Frédéric Buclin Date: Fri, 15 Oct 2010 01:00:26 +0000 (+0200) Subject: Bug 604107: The link to delete the value 0 of custom fields is broken X-Git-Tag: bugzilla-4.1.1~209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c3da38a250c381dbcb1244c672b59a2090d7054;p=thirdparty%2Fbugzilla.git Bug 604107: The link to delete the value 0 of custom fields is broken r/a=mkanat --- diff --git a/template/en/default/admin/table.html.tmpl b/template/en/default/admin/table.html.tmpl index 706e7d75a2..40c66f1090 100644 --- a/template/en/default/admin/table.html.tmpl +++ b/template/en/default/admin/table.html.tmpl @@ -143,7 +143,7 @@ [% link_uri = contentlink %] [% WHILE link_uri.search('%%(.+?)%%')%] [% FOREACH m = link_uri.match('%%(.+?)%%') %] - [% IF row.$m %] + [% IF row.$m.defined %] [% replacement_value = FILTER uri; row.$m; END %] [% ELSE %] [% replacement_value = "" %]