Paulo Viadanna
Paulo Viadanna
## Description This pull request adds a `DEFAULT_COURSE_INVITATION_ONLY` setting to the CMS that, when set to `True`, makes all courses created in Studio invitation-only by default. ## Testing instructions 1....
## Description Update the `is_hidden` property in the modulestore to store the visibility of the discussions tab properly. ## Supporting information - https://github.com/open-craft/edx-platform/pull/677 ## Testing instructions 1. Create a course...
This PR disables the upload button and shows a spinner during uploads so continuing to click the upload button doesn't flood the LMS with requests. **What changed?** - Disables the...