turnitin / moodle-plagiarism_turnitin

Turnitin Plagiarism plugin for Moodle
http://www.turnitin.com
GNU General Public License v3.0
49 stars 71 forks source link

Fix ajax.php error 404 #761

Closed jack-tii closed 1 week ago

jack-tii commented 1 month ago

When opening the grading page the rubric manager tries to launch because we are unnecessarily including the javascript module that loads the list of available rubrics. This is already loaded separately for the settings page, so we don't need to load it twice. Additionally, the URL in this file was relative, so would sometimes point to /mod/plagiarism/turnitin/ajax.php, which does not exist.

jack-tii commented 1 week ago

We should be using M.cfg.wwwroot for all URLs within javascript modules