Leantime / leantime

Leantime is a goals focused project management system for non-project managers. Building with ADHD, Autism, and dyslexia in mind.
https://leantime.io
GNU Affero General Public License v3.0
4.45k stars 582 forks source link

[BUG] Company Colors are not set #2652

Open pleibling opened 1 week ago

pleibling commented 1 week ago

If you have problems with the installation please use our community forum

What set up are you using

Describe the bug I change the Company in .env (docker compose installation, include env-file): LEAN_DEFAULT_THEME = 'default' # Default theme LEAN_PRIMARY_COLOR = '#850406' # Primary Theme color LEAN_SECONDARY_COLOR = '#e10f12' # Secondary Theme Color LEAN_KEEP_THEME = true # Keep theme and language from previous user for login screen

Change it in DB too (leantime > zp_settings > companysettings.primarycolor and companysettings.secondarycolor)

To Reproduce Login (everything is in blue Leantime color), go to theme and click on companycolor - everything is in my red color, when i click save, it change back to the blue leantime color.

Expected behavior The style is not in selected color, after save it switch back to default leantime color.

Leantime Version 3.2.0 (leantime/leantime:latest) - from Docker Hub

Server Docker container, Caddy as reverseproxy and MariaDB as Database.

PHP / MySQL Version From Docker Container self, MariaDB is latest (Docker Container).

Additional context Add any other context about the problem here.

pleibling commented 23 hours ago

Change LEAN_KEEP_THEME set to false and restart the container doesn't help.