-
Notifications
You must be signed in to change notification settings - Fork 736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix to Env Var and Config persisting in options.ini in KOLIBRI_HOME #11737
Fix to Env Var and Config persisting in options.ini in KOLIBRI_HOME #11737
Conversation
Build Artifacts
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This breaks existing functionality, even if it does fix the issue.
@rtibbles I made a change directly in the So ig this should not break any functionality and still solve the issue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent! This does exactly what we need, with a very small diff. Code looks good, and manual testing checks out.
Docs build failure is fixed on the release branch, merging. |
1f3a554
into
learningequality:release-v0.16.x
Summary
This Solution Aims to override the default config of environment variables in
_set_from_envvars
…
References
Fixes #9551
…
Reviewer guidance
…
Testing checklist
PR process
Reviewer checklist
yarn
andpip
)