-
Bug
-
Resolution: Fixed
-
Critical
-
2.8
-
MOODLE_28_STABLE
-
MOODLE_28_STABLE
-
MDL-47892-master -
Imagine situation:
- Rule is created to monitor assignment submission.
- Teacher subscribed to monitor submission of particular assignment activity.
- Admin (or another teacher) edits the rule and changes it to minotor forum posts.
The existing subscriptions will point to the activity of completely different type. They will hopefully break and not work at all.
We need to lock editing of the most fields in the rule if subscriptions exist. Deleting of the rule should delete all related subscriptions (I hope this is already implemented).