Skip to content

Commit

Permalink
Merge pull request #836 from SuffolkLITLab/undeprecate_html
Browse files Browse the repository at this point in the history
Undo deprecation declaration for "trigger" HTML
  • Loading branch information
nonprofittechy authored Mar 25, 2024
2 parents ee6abc6 + 47f6212 commit b8ae585
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docassemble/AssemblyLine/data/questions/al_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
<div data-variable="${ encode_name(str( user_info().variable )) }" id="trigger" aria-hidden="true" style="display: none;"></div>
---
# 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: |
<div id="alkiln_proxy_var_values"
Expand Down

0 comments on commit b8ae585

Please sign in to comment.