|
|
|
Issue Links:
|
Relates
|
|
|
|
This issue has been marked as being related by:
|
|
MDL-9983
trigger certain events out of the core to modules
|
|
|
|
|
|
|
| Database: |
Any
|
| Participants: |
Peter Ritter and Petr Skoda
|
| Security Level: |
None
|
| Resolved date: |
07/Jul/08
|
| Affected Branches: |
MOODLE_19_STABLE
|
| Fixed Branches: |
MOODLE_19_STABLE
|
now, that the 1.9_release ist out, we had to discover that some of the events described in MDL-9983 are missing now and some of the others are stored elsewhere. I am not able to say if the events, that are now triggered from elsewhere, still work fine, because we are still testing.
but we definitely need the following events to be triggered again:
- group_created (that was in moodle/user/edit.php)
- group_updated (that was in moodle/user/edit.php)
please put them back in again, so we can go on testing. everything on our mod worked fine in the 1.9_development version and we hope that we just have to do some adjustments to have the mod working in the release version aswell...
thanks in advance
|
|
Description
|
now, that the 1.9_release ist out, we had to discover that some of the events described in MDL-9983 are missing now and some of the others are stored elsewhere. I am not able to say if the events, that are now triggered from elsewhere, still work fine, because we are still testing.
but we definitely need the following events to be triggered again:
- group_created (that was in moodle/user/edit.php)
- group_updated (that was in moodle/user/edit.php)
please put them back in again, so we can go on testing. everything on our mod worked fine in the 1.9_development version and we hope that we just have to do some adjustments to have the mod working in the release version aswell...
thanks in advance |
Show » |
|
MDL-9983,thanks for the report