Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.9.2
-
Fix Version/s: None
-
Component/s: Events API
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
Description
These are certainly events that people will want to know about. (I had an application that could have used them at the OU.)
While we are at it, wouldn't it be nice to refactor the code in course/modedit.php that does the actual module updating or adding into functions.
Issue Links
| This issue has a non-specific relationship to: | ||||
| MDL-9983 | trigger certain events out of the core to modules |
|
|
|
Addding these events would certainly be a good thing. I'm looking for the way of implementing interface to link cm's options so that you can manage options of several similar activities from one place (quite useful in many big courses), but it's hard to do without events on update/delete cm's.