Mark Nelson

Results 328 comments of Mark Nelson

Are you aware of the `mod/customcert:receiveissue` capability you can use to stop it being sending to roles you dont want it being sent to?

Also the versions mentioned are no longer supported. 4.4, 4.5 and 5.0 are the only ones supported now.

Have a read of https://moodledev.io/docs/4.5/apis/subsystems/external and see https://github.com/mdjnelson/moodle-mod_customcert/blob/MOODLE_404_STABLE/classes/external.php for examples in this plugin.

Closing as a duplicate of https://github.com/mdjnelson/moodle-mod_customcert/issues/680. Closing this one as #680 has more detail in it in regards to implementation.

Hi Claude, can you rebase this on the latest release? I included a whole lot of changes from other third party devs.

Do you want to create a separate PR for the `$infomodule->filter_user_list($userswithissueview);` fix?

I authored a commit on your behalf @Claud10R with the usage of `filter_user_list`. Closing this now.

Please see https://github.com/mdjnelson/moodle-mod_customcert/blob/MOODLE_500_STABLE/tests/event/events_test.php for how to write unit tests for events.

Sorry, is this related to creating unit tests? I don't see anything on that branch about unit tests. Also, please create a PR rather than linking to the branch as...

Can you please create unit tests for this please @Raza403?