feat: show message in visibility tab in subsections when hide from toc is enabled from ui - #33981
Conversation
|
Thanks for the pull request, @BryanttV! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
5019d36 to
5c475ad
Compare
|
Hi @BryanttV! I've tested it and it's working as expected
|
|
This PR is an enhancement on #33952, so it depends on it for tests to pass. I'll open it for review either way since the implementation is ready. |
5c475ad to
7d79cc4
Compare
There was a problem hiding this comment.
This is looking good! Thank you. I won't merge this until we merge #33952, so I'll leave it as is in the meantime.
johnvente
left a comment
There was a problem hiding this comment.
This keeps working as expected, thanks!
0df7593 to
5299cd4
Compare
efbcb01 to
4ee6157
Compare
b9473cb to
0e50012
Compare
Shows a message in the visibility tab of the subsections when the Hide From TOC is enabled. Ref: https://openedx.atlassian.net/wiki/spaces/OEPM/pages/3853975595/Feature+Enhancement+Proposal+Hide+Sections+from+course+outline
0e50012 to
000b65e
Compare
mariajgrimaldi
left a comment
There was a problem hiding this comment.
I'll merge once the tests pass. Thanks!
|
@BryanttV 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
|
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
|
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
|
2U Release Notice: This PR has been deployed to the edX production environment. |

Description
This PR shows a message in the visibility tab of the subsections when the Hide From TOC in UI is enabled. This is enabled with a Django setting flag used in this PR
Supporting information
These changes are part of the effort made to implement Feature Enhancement Proposal: Hide Sections from Course Outline
Screenshots
Dependencies
Important
This PR needs the changes made from this PR, which includes the new section visibility option from Studio UI.
Testing instructions
edx-platformwithtutor mounts add <path/to/edx-platform>git checkout bav/show-hft-message-in-visibility-tab-subsectiongit rebase MJG/configurable-hide-from-toctutor dev exec lms openedx-assets build --env=devfor regenerate the assets.FEATURES["ENABLE_HIDE_FROM_TOC_UI"] = Truetutor dev restartDeadline
This effort is part of the Spanish consortium project, so it'd be ideal to merge this before the end of the project.