eduNEXT / tutor-contrib-edunext-distro

A tool to facilitate the customization of an Openedx instance, adding commands and settings to have an easy-to-use and a ready-to-deploy in local or in development openedx distribution.
2 stars 1 forks source link

[BUG] Wrong CMS development settings #35

Closed andrey-canon closed 8 months ago

andrey-canon commented 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

Expected behavior cms works normally

Screenshots image

MaferMazu commented 1 year ago

We just created this bug in our backlog for review in the next sprints. Thanks for the patience @andrey-canon

MaferMazu commented 1 year ago

Friendly reminder of this @Alec4r @andrey-canon