catalyst / moodle-mod_reengagement

Allows timed release of content and emails users to remind them to complete a course activity
23 stars 40 forks source link

Fix participants table #98

Closed alexmorrisnz closed 2 years ago

alexmorrisnz commented 3 years ago

The replacement for the unified filter (the participants filterset) does not support adding more than the courseid for a filter, so I've had to pretend the cmid is the courseid to pass it back to the reengagement table filterset when using the participants table.

Additionally I had to remove the participant filters allowing you to filter by status etc at the top of the page. Again there isn't support for doing this with anything but the course id.

For #94 #95

alexmorrisnz commented 3 years ago

Tested on 3.10.6

alexmorrisnz commented 3 years ago

Don't merge yet