turnitin/moodle-plagiarism_turnitin

Invalid ajax URL on edit submissions page

Closed this issue · 1 comments

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

Should be resolved by #761