-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.0
-
-
MOODLE_20_STABLE
-
MOODLE_20_STABLE
In MM1, the front page is shown in the course list (side menu). This page is added statically, since it only needs the id (1) and the name (always "Front page" translated).
In MM2 I tried to do the same, but the new course list includes the course description. I tried to retrieve the front page description, but I couldn't:
- core_get_site_info didn't retrieve it even with the new version (master).
- core_enrol_get_users_courses doesn't retrieve the course page since the user is not enrolled.
- core_course_get_courses gave me access exception.
We need to:
- Decide when do we want to show the front page.
- Check if we can retrieve the front page description.