Open matthewhilton opened 4 months ago
Since Moodle 4.4 https://tracker.moodle.org/browse/MDL-67898 is integrated, allowing you to show check API results https://moodledev.io/docs/4.4/apis/subsystems/check in the admin settings very easily.
Currently objectfs rolls this itself, for example:
https://github.com/catalyst/moodle-tool_objectfs/blob/c4ba44f1fe9a85c20c76a423169a9f0ce771edc2/settings.php#L162-L165
The reason for rolling itself is probably only due to the fact that objectfs is older than the check API.
Will help resolve #543
Since Moodle 4.4 https://tracker.moodle.org/browse/MDL-67898 is integrated, allowing you to show check API results https://moodledev.io/docs/4.4/apis/subsystems/check in the admin settings very easily.
Currently objectfs rolls this itself, for example:
https://github.com/catalyst/moodle-tool_objectfs/blob/c4ba44f1fe9a85c20c76a423169a9f0ce771edc2/settings.php#L162-L165
The reason for rolling itself is probably only due to the fact that objectfs is older than the check API.
Will help resolve #543