From: Frédéric Buclin Date: Fri, 15 Oct 2010 01:04:22 +0000 (+0200) Subject: Bug 604107: The link to delete the value 0 of custom fields is broken X-Git-Tag: bugzilla-4.0rc1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3512bc4c2fe5b0eb8774f5d260051a8780fd8f01;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 ce5e985cb3..c7177a66fe 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 url_quote; row.$m; END %] [% ELSE %] [% replacement_value = "" %]