send report params form with get request
This commit is contained in:
parent
d09e2a9d0a
commit
16b5665bfa
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
<div metal:define-macro="header">
|
<div metal:define-macro="header">
|
||||||
<metal:block use-macro="view/concept_macros/concepttitle" />
|
<metal:block use-macro="view/concept_macros/concepttitle" />
|
||||||
<form method="post" name="report_data" class="report-meta">
|
<form method="get" name="report_data" class="report-meta">
|
||||||
<input type="hidden" name="show_results" value="True" />
|
<input type="hidden" name="show_results" value="True" />
|
||||||
<tal:hidden define="params item/dynamicParams"
|
<tal:hidden define="params item/dynamicParams"
|
||||||
tal:condition="nothing">
|
tal:condition="nothing">
|
||||||
|
|
Loading…
Add table
Reference in a new issue