Non-core contributed modules

Notification emails do not include appointment time

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.9.2
  • Fix Version/s: 1.9.7, 2.0
  • Component/s: Module: Scheduler
  • Labels:
    None
  • Environment:
    Scheduler 2008061700
  • Affected Branches:
    MOODLE_19_STABLE
  • Fixed Branches:
    MOODLE_19_STABLE, MOODLE_20_STABLE

Description

The notification email sent when a student drops (disengages) an appointment did not include the appointment time or date. There is a small typo in the code.

In studentview.controller.php lines 173 and 174. Change

'DATE' => userdate($slot->starttime),
'DURATION' => $slot->duration );

TO

'DATE' => userdate($oldslot->starttime),
'DURATION' => $oldslot->duration );

Issue Links

Activity

Hide
Valery Fremaux added a comment -

Resolved by 1601

Show
Valery Fremaux added a comment - Resolved by 1601

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: