Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-14087

alphabetical order for courses en myMoodle

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Trivial Trivial
    • None
    • 1.9
    • General
    • None
    • MOODLE_19_STABLE

      myMoodle present the courses in no alphabetical order en myMoodle. The changes to do:

      line 68 in my/index.php

      $courses = get_my_courses($USER->id, null, '*', false, 21);

      must to be changed for

      $courses = get_my_courses($USER->id, 'visible DESC,sortorder ASC', '*', false, 21);

      Thanks to IƱaki Arenaza

            dongsheng Dongsheng Cai
            aguatacuperche Enrique
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.