diff options
Diffstat (limited to 'app/expert-html.lsp')
-rw-r--r-- | app/expert-html.lsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/expert-html.lsp b/app/expert-html.lsp index f763422..5db9173 100644 --- a/app/expert-html.lsp +++ b/app/expert-html.lsp @@ -1,6 +1,10 @@ <% local form, viewlibrary, page_info, session = ... %> <% require("viewfunctions") %> +<% if viewlibrary and viewlibrary.dispatch_component then + viewlibrary.dispatch_component("status") +end %> + <% local pattern = string.gsub(page_info.prefix..page_info.controller, "[%(%)%.%%%+%-%*%?%[%]%^%$]", "%%%1") local func = haserl.loadfile(page_info.viewfile:gsub(pattern..".*$", "/") .. "filedetails-html.lsp") |