-
Improvement
-
Resolution: Duplicate
-
Minor
-
None
-
2.9
-
MOODLE_29_STABLE
With the new AJAX standard service, currently we need to list all allowed functions in the core file "lib/db/service.php". This does not allow plugins to use this service for their own webservices - which we really want them to.
We should allow plugins to add functions to the standard ajax service by adding them at the bottom of their own db/services.php file.