From c8792f8b53e41725ff30cfc1c2b12d3786e4afe8 Mon Sep 17 00:00:00 2001 From: kphoen Date: Mon, 2 Jul 2012 21:52:03 +0100 Subject: [PATCH] Fix: only filters were used to build the sandbox form --- Resources/views/method.html.twig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Resources/views/method.html.twig b/Resources/views/method.html.twig index a59857c..cc616d1 100644 --- a/Resources/views/method.html.twig +++ b/Resources/views/method.html.twig @@ -102,6 +102,15 @@
Parameters + {% if data.parameters is defined %} + {% for name, infos in data.parameters %} +

+ + = + - +

+ {% endfor %} + {% endif %} {% if data.filters is defined %} {% for name, infos in data.filters %}