-
Bug
-
Resolution: Fixed
-
Minor
-
2.8.7
-
None
-
2.7.1
-
MOODLE_28_STABLE
-
MOODLE_31_STABLE
The mailto problem described in CONTRIB-4878 is back in Scheduler 2.7.1, though in our testing even separating email addresses with %20 has unexpected results.
I'm wondering if that portion of teacherview.php should be redesigned to leverage the messaging API instead of crafting the mailto link. Mailto links are really intended to handle one address only; anything beyond that is a hack and was implemented differently by different clients.