-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.2, 4.3
-
MOODLE_402_STABLE, MOODLE_403_STABLE
-
MDL-78439-master
-
To display the geo-pattern course image we are now using require_login, instead, we should've used core_course_category::can_view_course_info($course).
The access problem happens when we try to entry the URL and try to download the image. Depending on the enrolment method we get an exception before this patch, but this exception just happens when we try to download that image in the URL provided by the WS.
Before this patch, the CURL requests on the testing instructions are working normally, but we can't access the geo-pattern image or the course summary image.
The image attached and on MOBILE-3973 represents well this problem.
- Discovered while testing
-
MOBILE-3973 Use geopattern on non exiting course images
- Closed
- is a regression caused by
-
MDL-73708 Return course generated image via the core_enrol_get_user_courses
- Closed
- is blocked by
-
MDL-79036 Calling get_generated_svg_for_id() cause server error logs
- Open