From 47f6212d70a0b43beb535289d9c5304d38eb8dd8 Mon Sep 17 00:00:00 2001 From: plocket <52798256+plocket@users.noreply.github.com> Date: Fri, 22 Mar 2024 21:26:45 -0400 Subject: [PATCH] Undo deprecation declaration for "trigger" HTML As the comments now describe, some servers still need the HTML code to add the trigger variable name to the DOM --- docassemble/AssemblyLine/data/questions/al_code.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docassemble/AssemblyLine/data/questions/al_code.yml b/docassemble/AssemblyLine/data/questions/al_code.yml index 79e82832..295b1bb7 100644 --- a/docassemble/AssemblyLine/data/questions/al_code.yml +++ b/docassemble/AssemblyLine/data/questions/al_code.yml @@ -186,13 +186,16 @@ code: | # If the user role was set to "unknown" at the time wizard run user_role = user_ask_role --- -# Old HTML for ALKiln deprecated 3-column Story Tables. +# HTML for interviews using ALKiln tests at ALKiln +# Necessary for servers that set their `restrict input variables` config value to `True` +# If you are using al_package_unstyled.yml, copy it into your `default screen parts: post` template: alkiln_trigger_html content: | --- # HTML for interviews using ALKiln tests at ALKiln versions 5.9.0 and above. -# If you are using al_package_unstyled.yml, include it in your `default screen parts: post` +# Necessary for interviews that use docassemble generic objects or index variables +# If you are using al_package_unstyled.yml, copy it into your `default screen parts: post` template: alkiln_proxy_html content: |