Skip to content

Commit f9724d2

Browse files
Merge pull request #987 from SuffolkLITLab/translation-before-actions
Fix bug where running an action, like visiting review page, unsets user language
2 parents 23f27f1 + 1d27202 commit f9724d2

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)