From: Frédéric Buclin Date: Fri, 15 Oct 2010 01:05:25 +0000 (+0200) Subject: Bug 604107: The link to delete the value 0 of custom fields is broken X-Git-Tag: bugzilla-3.6.3~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58afb02f92d7c14fc938f7d5d9e9a8c50679cc77;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 = "" %]