Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move objectfs checks to check API classes, include checks in admin settings #618

Open
matthewhilton opened this issue Jul 22, 2024 · 0 comments

Comments

@matthewhilton
Copy link
Contributor

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:

if ($objectfspage) {
$testconn = $client->test_connection();
$connstatus = $testconn->success;
}

The reason for rolling itself is probably only due to the fact that objectfs is older than the check API.

Will help resolve #543

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant