Closed pt2302 closed 1 year ago
The course download button is disabled when Hide Course Download is set to true in OCW Studio (this feature was added in https://github.com/mitodl/ocw-hugo-projects/pull/257 and https://github.com/mitodl/ocw-hugo-themes/pull/1194). However, for courses that do have downloadable resources, the list of resources is still visible at <course_url>/download.
Hide Course Download
true
<course_url>/download
Even if the course contains resources, the list of resources should not be displayed if Hide Course Download is set to true.
If a course contains resources, the list of resources is still visible even when Hide Course Download is set to true.
Description
The course download button is disabled when
Hide Course Download
is set totrue
in OCW Studio (this feature was added in https://github.com/mitodl/ocw-hugo-projects/pull/257 and https://github.com/mitodl/ocw-hugo-themes/pull/1194). However, for courses that do have downloadable resources, the list of resources is still visible at<course_url>/download
.Expected Behavior
Even if the course contains resources, the list of resources should not be displayed if
Hide Course Download
is set totrue
.Current Behavior
If a course contains resources, the list of resources is still visible even when
Hide Course Download
is set totrue
.