[PR #8576] fix(web): some settings not disabled when using config file #12115

Closed
opened 2026-02-05 14:51:35 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/immich-app/immich/pull/8576

State: closed
Merged: Yes


Description

Some of the settings in the admin page don't have disabled passed to them, meaning they can still be interacted with when using a config file.

Fixes #8515

How Has This Been Tested?

The settings are disabled with a config file as expected. Notably, the cron setting is not grayed out but is disabled. This is because this section has inconsistent styling with the other settings, which is out of scope for this PR.

**Original Pull Request:** https://github.com/immich-app/immich/pull/8576 **State:** closed **Merged:** Yes --- ## Description Some of the settings in the admin page don't have `disabled` passed to them, meaning they can still be interacted with when using a config file. Fixes #8515 ## How Has This Been Tested? The settings are disabled with a config file as expected. Notably, the cron setting is not grayed out but is disabled. This is because this section has inconsistent styling with the other settings, which is out of scope for this PR.
OVERLORD added the pull-request label 2026-02-05 14:51:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#12115