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

Incorrect urls and strings in many events

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 2.7
    • 2.7
    • Events API
    • MOODLE_27_STABLE
    • MOODLE_27_STABLE
    • MDL-44717-master
    • Hide
      1. Do as many action listed in http://docs.moodle.org/dev/Event_2#Events_naming_convention as possible.
      2. For each action, go to the log report, use the standard logstore from filters and click on get logs. Make sure the link under "event name" makes sense. (Note:- some delete actions will have no link associated)
      3. Run whole unit test suite and make sure there are no error related to this patch.
      Show
      Do as many action listed in http://docs.moodle.org/dev/Event_2#Events_naming_convention as possible. For each action, go to the log report, use the standard logstore from filters and click on get logs. Make sure the link under "event name" makes sense. (Note:- some delete actions will have no link associated) Run whole unit test suite and make sure there are no error related to this patch.
    • 20
    • BACKEND Sprint 12

    Description

      Many of the events have incorrect urls.
      example:-
      return new \moodle_url('report/loglive/index.php', array('id' => $this->courseid));
      return new \moodle_url('report/log/index.php', array('id' => $this->courseid));

      etc

      There are some other issues with some events as well such as missing/incorrect strings etc.

      Attachments

        Issue Links

          Activity

            People

              ankit_frenz Ankit Agarwal
              ankit_frenz Ankit Agarwal
              Adrian Greeve Adrian Greeve
              Marina Glancy Marina Glancy
              Jetha Chan Jetha Chan
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                12/May/14