Commit 441aaf23 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Add a missing FILTER from the value-controller checkin.

parent bffbe0c9
......@@ -154,7 +154,7 @@
};
bz_option_duplicate_count['[% field.name FILTER js %]'] = {
[% FOREACH dup_target = dup_counts.keys %]
[% dup_target FILTER js %]:[% dup_counts.$dup_target %]
[% dup_target FILTER js %]:[% dup_counts.$dup_target FILTER js %]
[%~ ',' UNLESS loop.last %]
[% END %]
};
......
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