Skip to content

Commit

Permalink
fix: the navigation sidebar should be enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
arbrandes authored and DawoudSheraz committed Nov 28, 2024
1 parent 5266db6 commit 1eb86f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutormfe/templates/mfe/tasks/lms/init
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ grep learner_home_mfe.enabled /tmp/lms_waffle_flags.txt || ./manage.py lms waffl

{% if is_mfe_enabled("learning") %}
grep course_home.course_home_mfe_progress_tab /tmp/lms_waffle_flags.txt || ./manage.py lms waffle_flag --create --everyone course_home.course_home_mfe_progress_tab
grep courseware.enable_navigation_sidebar /tmp/lms_waffle_flags.txt || ./manage.py lms waffle_flag --create --deactivate courseware.enable_navigation_sidebar
grep courseware.enable_navigation_sidebar /tmp/lms_waffle_flags.txt || ./manage.py lms waffle_flag --create --everyone courseware.enable_navigation_sidebar
grep courseware.always_open_auxiliary_sidebar /tmp/lms_waffle_flags.txt || ./manage.py lms waffle_flag --create --deactivate courseware.always_open_auxiliary_sidebar
{% else %}
./manage.py lms waffle_delete --flags \
Expand Down

0 comments on commit 1eb86f0

Please sign in to comment.