summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-02-24 16:27:10 +0000
committerTed Trask <ttrask01@yahoo.com>2016-03-11 18:06:56 +0000
commitaafabf9934c7a7ded0d550f026f0eda06558f44b (patch)
tree2225a63a4f0c7506c52b1b2418bd2f53ed788b4f
parent789ccadd90f2d72ee78003dd0564862adb383d89 (diff)
downloadacf-weblog-0.10-stable.tar.bz2
acf-weblog-0.10-stable.tar.xz
Fix adhocquery HTML view to properly show form when results are present0.10-stable
(cherry picked from commit e285566663101b3d74a03a339656132990395094)
-rw-r--r--weblog-adhocquery-html.lsp3
1 files changed, 3 insertions, 0 deletions
diff --git a/weblog-adhocquery-html.lsp b/weblog-adhocquery-html.lsp
index a433780..2ef0750 100644
--- a/weblog-adhocquery-html.lsp
+++ b/weblog-adhocquery-html.lsp
@@ -69,6 +69,9 @@ end
<% end %>
<% end %>
<% htmlviewfunctions.displaysectionend(header_level) %>
+ <% form.value.names = null %>
+ <% form.value.types = null %>
+ <% form.value.result = null %>
<% end %>
<% local header_level = htmlviewfunctions.displaysectionstart(form, page_info) %>