Skip to content

Commit

Permalink
Merge pull request #7721 from ProcessMaker/observation/FOUR-20065
Browse files Browse the repository at this point in the history
Observation/FOUR-20065: When changing the language, the flag is not updated from the web entry mode authenticated
  • Loading branch information
ryancooley authored Nov 11, 2024
2 parents 4dee660 + 6dd6c52 commit 3fdbe94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/views/layouts/navbar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ class="btn btn-primary"
id="language-navbar"
class="ml-2"
:type="'navbar'"
:show-language-code="false">
:show-language-code="false"
:language="'{{ $user->language }}'">
</language-selector-button>
</b-navbar-nav>
</b-collapse>
Expand Down

0 comments on commit 3fdbe94

Please sign in to comment.