Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.6
-
Fix Version/s: 3.6.2
-
Component/s: Messages
-
Testing Instructions:
-
Affected Branches:MOODLE_36_STABLE
-
Fixed Branches:MOODLE_36_STABLE
-
Epic Link:
-
Pull from Repository:
-
Pull Master Branch:
MDL-64274-master -
Pull Master Diff URL:
Description
The deleteMessages function in message/amd/src/message_repository.js doesn't return a single promise, instead it returns an array of promises.
It should return a single promise.