-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.5.3
While getting the list of webservices the db call
// Service selector.$options = $DB->get_records_menu('external_services', null, '', 'id, name');
is missing the sort option which can lead to inconsistently ordered list of webservices .. this does cause issues at time in certain database engines.