-
Bug
-
Resolution: Fixed
-
Major
-
3.1
-
MOODLE_31_STABLE
-
MOODLE_31_STABLE, MOODLE_32_STABLE
-
wip-
MDL-55950-master -
When the Feedback activity sends out an email, it includes the text "It is available on the site", where the "available on the site" is a link to the feedback record. However, it only works if the user has only submitted a single feedback. If multiple feedbacks have been submitted by an individual user, then an error message is displayed saying "multiple records found, only one record expected", which takes me to error/moodle/multiplerecordsfound.
The link includes the id number and the user id, but not the actual submission number. So, it includes "mod/feedback/show_entries.php?id=xxxxxx&userid=xxxxx", but I believe it should really have the following appended to it, to identify the submission "&showcompleted=xxx".