Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.6
-
Fix Version/s: 2.6
-
Component/s: Events API
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_26_STABLE
-
Fixed Branches:MOODLE_26_STABLE
-
Epic Link:
-
Pull from Repository:
-
Pull Master Branch:
MDL-41041-master -
Pull Master Diff URL:
Description
Replace the legacy call to the event portfolio_send.
This is in it's own issue as it requires an update to the code to remove the use of cron in the event handler.
Event handlers are being replaced with observers and the old code won't work.
This can be solved by waiting for MDL-25508 to be completed, or remove delayed uploading of portfolio content.