Closed andrey-canon closed 1 year ago
Describe the bug cms settings have a wrong value
since distro use this patch https://github.com/eduNEXT/tutor-contrib-edunext-distro/blob/master/tutordistro/patches/openedx-development-settings the cms settings are populated with the line derive_settings("lms.envs.devstack")when the EOX_THEMING_DEFAULT_THEME_NAME is defined, obviously that is a wrong value in the cms context that should be cms.envs.devstack or that block shouln't be include in the cms settings, probably that block should be in this file https://github.com/eduNEXT/tutor-contrib-edunext-distro/blob/master/tutordistro/patches/openedx-lms-development-settings
derive_settings("lms.envs.devstack")
cms.envs.devstack
Expected behavior cms works normally
Screenshots
We just created this bug in our backlog for review in the next sprints. Thanks for the patience @andrey-canon
Friendly reminder of this @Alec4r @andrey-canon
Describe the bug cms settings have a wrong value
since distro use this patch https://github.com/eduNEXT/tutor-contrib-edunext-distro/blob/master/tutordistro/patches/openedx-development-settings the cms settings are populated with the line
derive_settings("lms.envs.devstack")
when the EOX_THEMING_DEFAULT_THEME_NAME is defined, obviously that is a wrong value in the cms context that should becms.envs.devstack
or that block shouln't be include in the cms settings, probably that block should be in this file https://github.com/eduNEXT/tutor-contrib-edunext-distro/blob/master/tutordistro/patches/openedx-lms-development-settingsExpected behavior cms works normally
Screenshots