Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.5
-
Component/s: Module: Scheduler
-
Labels:None
-
Environment:Ubuntu Server 8.04 LTS
-
Database:Any
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE, MOODLE_20_STABLE
Description
The bug CONTRIB-937 (Time not subsitituted in scheduler emails) has reoccurred in the latest version of the MOODLE_19_STABLE branch, since the following commit reverted the bugfix:
http://cvs.moodle.org/contrib/plugins/mod/scheduler/studentview.controller.php?r1=1.3.2.5&r2=1.3.2.6
Also, to fix the bug completely , the change described in CONTRIB-937 needs to be made in several places - three times in studentview.controller.php and once in locallib.php.
I attach a diff that shows the details.
Attachments
Issue Links
| This issue will help resolve: | ||||
| CONTRIB-1150 | Notification emails do not include appointment time |
|
|
|
A very similar issue occurs in teacherview.controller.php. I will attach a combined diff.