-
-
Notifications
You must be signed in to change notification settings - Fork 450
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Setting config from ENV variable should lock the input field, but its not working for all.
Expected Behavior
All fields should be correctly disabled,
Steps To Reproduce
- add to your
.env
OPENMAGE_CONFIG_OVERRIDE_ALLOWED=1
OPENMAGE_CONFIG__DEFAULT__DEV__LOG__ACTIVE="1"
OPENMAGE_CONFIG__DEFAULT__DEV__LOG__MAX_LEVEL="0"
OPENMAGE_CONFIG__DEFAULT__DEV__LOG__FILE="env.system.log"
OPENMAGE_CONFIG__DEFAULT__DEV__LOG__EXCEPTION_FILE="env.exceptions.log"
- go to admin - config - advanced - developer - log setting ...
- all fields should be disabled
Environment
- OpenMage: latest
- php: 8.xAnything else?
No response