|
|
| Database: |
Any
|
| Participants: |
Henning Bostelmann and Valery Fremaux
|
| Security Level: |
None
|
| Resolved date: |
07/Nov/09
|
| Affected Branches: |
MOODLE_19_STABLE
|
| Fixed Branches: |
MOODLE_19_STABLE, MOODLE_20_STABLE
|
|
When the teacher cancels an appointment with a student, an e-mail is sent to the student.
This e-mail is sent to an incorrect e-mail address - i.e., it does not go to the student(s) associated with the slot, but to an entirely different student.
The reason is an incorrect use of the database fields "id" vs. "studentid" in the "mdl_scheduler_appointment" table, used in teacherview.controller.php. I attach a diff.
|
|
Description
|
When the teacher cancels an appointment with a student, an e-mail is sent to the student.
This e-mail is sent to an incorrect e-mail address - i.e., it does not go to the student(s) associated with the slot, but to an entirely different student.
The reason is an incorrect use of the database fields "id" vs. "studentid" in the "mdl_scheduler_appointment" table, used in teacherview.controller.php. I attach a diff. |
Show » |
| There are no comments yet on this issue.
|
|