-
Improvement
-
Resolution: Fixed
-
Minor
-
5.1
-
MOODLE_501_STABLE
-
MOODLE_501_STABLE
-
MDL-85003-main-add-more-info-to-course-request-mail -
-
-
The message of the course request notification mail is currently very frugal:
'User {$a->user} requested a new course at <a href="{$a->link}">{$a->link}</a>.'
It would be nice if more information regarding the requested course would be available in the language string variable $a, such as:
- shortname
- fullname
- category
- reason
This would be very helpful to process course requests more efficiently.