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

Weeks format will display wrong hide / show string.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • 2.3
    • Course
    • None

      Looking at the 'https://github.com/danpoltawski/moodle/tree/MDL-31052-js-rewrite' branch for MDL-31052 (also integrated into 'https://github.com/moodle/moodle/blob/master/course/format/weeks/format.php'), there is a coding fault in '/course/format/weeks/format.php' where

              $strweekhide = get_string('hidefromothers', 'format_topics');
              $strweekshow = get_string('showfromothers', 'format_topics');

      should be

              $strweekhide = get_string('hidefromothers', 'format_weeks');
              $strweekshow = get_string('showfromothers', 'format_weeks');

      Lines 50 & 51.

            kabalin Ruslan Kabalin
            gb2048 Gareth J Barnard
            Andrew Lyons Andrew Lyons
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

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