turnitin / moodle-plagiarism_turnitin

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

Invalid ajax URL on edit submissions page #763

Open micaherne opened 3 weeks ago

micaherne commented 3 weeks ago

The turnitin plugin is causing a failed request on the page where students can edit their assignments submission (/mod/assign/view.php?id=12345&action=editsubmission)

image

This seems to be caused by the function refreshRubricSelect() constructing a relative URL which isn't valid in this context

image