-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
3.6, 3.7
-
MOODLE_36_STABLE, MOODLE_37_STABLE
-
MDL-65586-master -
For 'New contact request' notifications, when you click on 'View full notification' link, everything is ok. But when you click on 'xxx wants to be added as a contact' the link goes to a Not found error: message/pendingcontactrequests.php was not found.
'New contact request' notifications were removed on MDL-63303, but back on MDL-64791 (resolved February 22nd). But I guess that before MDL-64791 was fully integrated, MDL-64788 was raised and integrated (resolved February 15th), so the file is linked but doesn't exist.
Maybe instead of recovering and fixing the old pendingcontactrequests.php, the link for 'xxx wants to be added as a contact' should be changed and pointed to same link as 'View full notification'.
Thanks to vmdef for discovering this bug