bobopinna / moodle-mod_reservation

Moodle Reservation activity module
https://moodle.org/plugins/mod_reservation
GNU General Public License v3.0
5 stars 3 forks source link

Clashes report error dialog for new reservation #26

Closed brouzdalek closed 1 year ago

brouzdalek commented 3 years ago

Our Moodle installation uses the Reservation plugin across all courses, including searching the clashes in terms (time, rooms).

screen0

reservationid => Byla zjištěna nesprávná hodnota parametru: Invalid external api parameter: the value is "", the server was expecting "int" type
Error code: invalidparameter
* line 366 of /lib/externallib.php: invalid_parameter_exception thrown
* line 240 of /lib/externallib.php: call to external_api::validate_parameters()
* line 81 of /lib/ajax/service.php: call to external_api::call_external_function()

This is probably due to a missing reservation ID when searching for clashes in the database.

screen1

We use Moodle version 3.9.2, plugin version 3.9 (2020081901).