Commit 6c3da38a authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 604107: The link to delete the value 0 of custom fields is broken

r/a=mkanat
parent fc99fef1
......@@ -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 = "" %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment