Issue Details (XML | Word | Printable)

Key: MDL-16203
Type: New Feature New Feature
Status: Open Open
Priority: Minor Minor
Assignee: Martin Dougiamas
Reporter: Tim Hunt
Votes: 1
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Fire events when a module is added to or deleted from a course, or updated

Created: 26/Aug/08 12:03 PM   Updated: 04/Jan/09 11:31 PM
Return to search
Component/s: Events API
Affects Version/s: 1.9.2
Fix Version/s: None

Issue Links:
Relates
 

Participants: Martin Dougiamas, Oleg Sychev and Tim Hunt
Security Level: None
Affected Branches: MOODLE_19_STABLE


 Description  « Hide
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.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Tim Hunt made changes - 26/Aug/08 12:03 PM
Field Original Value New Value
Link This issue has a non-specific relationship to MDL-9983 [ MDL-9983 ]
Oleg Sychev added a comment - 04/Jan/09 11:31 PM
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.