mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 06:37:46 +00:00
Fix course about page visibility
"Course visibility In Catalog" advanced CMS setting was being ignored because the default the COURSE_CATALOG_VISIBILITY_PERMISSION and COURSE_ABOUT_VISIBILITY_PERMISSION settings were incorrectly set to the legacy default, which "see_exists". See https://discuss.overhang.io/t/catalog-visibility-in-tutor-deployed-open-edx/214
This commit is contained in:
parent
7ac3e8f9b1
commit
494838956a
@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
- [Bugfix] Fix course about page visibility
|
||||
- [Improvement] Print gunicorn access logs in the console
|
||||
- 💥[Improvement] Get rid of the `indexcourses` and `portainer` command (#269)
|
||||
|
||||
|
@ -21,6 +21,8 @@ GRADES_DOWNLOAD = {
|
||||
},
|
||||
}
|
||||
|
||||
COURSE_CATALOG_VISIBILITY_PERMISSION = "see_in_catalog"
|
||||
COURSE_ABOUT_VISIBILITY_PERMISSION = "see_about_page"
|
||||
|
||||
# JWT is authentication for other openedx services
|
||||
JWT_AUTH["JWT_ISSUER"] = "{{ JWT_COMMON_ISSUER }}"
|
||||
|
Loading…
Reference in New Issue
Block a user