-
Improvement
-
Resolution: Fixed
-
Minor
-
2.4, 3.9
-
MOODLE_24_STABLE, MOODLE_39_STABLE
-
MOODLE_39_STABLE
-
MDL-38511-bulk-actions -
Bulk user actions page should be reworked to allow developers writing custom bulk actions, without modifying core code.
AFAIK, to add a new custom bulk action you need to change this 2 core files, were actions are hardwired:
- user_bulk.php: for dispatching to the correct user_bulk_*.php page)
- user_bulk_forms.php: for defining dropdown list of actions and checking capabilities
There is no way to work around it using "local" plugins.