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

Groups : 404 not found in "Add/remove users" page

XMLWordPrintable

    • MOODLE_21_STABLE, MOODLE_22_STABLE, MOODLE_23_STABLE
    • MOODLE_20_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE
    • w12_MDL-32090_m23_groupui
    • Hide

      1/ enable edit mode in course
      2/ go to group UI, create group and go to group members
      3/ try to add new block
      4/ expected - page does not redirect to invalid url any more

      Show
      1/ enable edit mode in course 2/ go to group UI, create group and go to group members 3/ try to add new block 4/ expected - page does not redirect to invalid url any more

      You get a "404 not found" error when changing language in "Add/remove users" interface of Groups administration in a course.

      Problem is caused by a wrong assignation in $PAGE->set_url :

      $PAGE->set_url('/groups/members.php', array('id'=>$groupid));

      To fix the bug :

      $PAGE->set_url('/group/members.php', array('group'=>$groupid));

            skodak Petr Skoda
            gaudreaj Jean-Philippe Gaudreau
            Sam Hemelryk Sam Hemelryk
            Adrian Greeve Adrian Greeve
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

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