Skip to content

Commit 1d27202

Browse files
Fix bug where running an action, like visiting review page, unsets the user's language
1 parent 7a35e60 commit 1d27202

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docassemble/AssemblyLine/data/questions/al_language.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ initial: True
2626
code: |
2727
if enable_al_language:
2828
set_language(al_user_language)
29+
process_action()
2930
---
3031
code: |
3132
if enable_al_language:

0 commit comments

Comments
 (0)