initial support for bind params in custom reports

This commit is contained in:
Oliver Gorwits
2014-09-30 08:02:15 +01:00
parent f6b1112931
commit cd22c741e5
4 changed files with 22 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
[% FOREACH k IN report.rconfig.bind_params %]
<input name="[% k %]" value="[% params.$k | html_entity %]" type="hidden"/>
[% END %]