From bbff3e3e885261e45ab4d80f772c4f85184b5ae7 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 18 Aug 2014 16:04:33 +0000 Subject: Fix editdevice-html view to display command results - fixes bug where createdevice fails the second time it is run (cherry picked from commit bdc961508e79bbd6c13c8a74431fdff475cb16b5) Conflicts: provisioning-editdevice-html.lsp --- provisioning-editdevice-html.lsp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/provisioning-editdevice-html.lsp b/provisioning-editdevice-html.lsp index 653758a..c00b1e6 100644 --- a/provisioning-editdevice-html.lsp +++ b/provisioning-editdevice-html.lsp @@ -43,6 +43,8 @@ html = require("acf.html") <% end %> <% end %> +<% htmlviewfunctions.displaycommandresults({"deletedevice", "editdeviceparams", "overridedeviceparams"}, session) %> +

<%= html.html_escape(form.label) %>

<% if page_info.action == "editdevice" then -- cgit v1.2.3