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

Role names are not multilang-filtered on course user list

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 1.7.2, 1.8
    • 1.7, 1.7.1, 1.8
    • Filters
    • None
    • MOODLE_17_STABLE, MOODLE_18_STABLE
    • MOODLE_17_STABLE, MOODLE_18_STABLE

    Description

      In /user/index.php, the role names in the string "Users with the role x" do not get filtered so that the multilang filter does not get applied to this string.

      In v. 1.142.2.11, line 428 needs to be changed from:
      print_heading($heading, 'center', 3);
      to:
      print_heading(format_string($heading), 'center', 3);

      Attachments

        Activity

          People

            nicolasconnault Nicolas Connault
            mknierim Markus Knierim
            Nobody Nobody
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              30/Mar/07