Details des Tickets

Beschreibung,Kommentare und Anhänge

merge request id 892
Titelnow the logo is selected depending on the system language (.env -> APP_LOCALE)…
Beschreibungnow the logo is selected depending on the system language (.env -> APP_LOCALE) with the fallback to config/app.php -> locale. Config::get('app.locale') or config('app.locale') cannot be used alone as this value is changed by the user session.
Statusmerged
Created at 2023-10-19T12:00:26.335Z
Updated at 2023-10-20T13:31:13.831Z
Source branchfeature/LL-1504-logo-customisation-language-variants
Target branchdevelop
AuthorMarkus Gerlach
AssigneeSascha Immig

Discussion notes

merged Sascha Immig 2023-10-20T13:31:13.899Z
mentioned in commit 25fb1405f6478591512c51bab0c3dec14e7dc07a Sascha Immig 2023-10-20T13:31:14.167Z

Merge Commits

Title Id Author Created at Message
now the logo is selected depending on the system language (.env -> APP_LOCALE)… 4d8a9be3d96f0b55a6433c9f1a124516e216e62d gerlachm 2023-10-19T11:28:51.000Z now the logo is selected depending on the system language (.env -> APP_LOCALE) with the fallback to config/app.php -> locale. Config::get('app.locale') or config('app.locale') cannot be used alone as this value is changed by the user session.