mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-66489 enrol: Send all form data to WS and do all busines logic there
It is discouraged to use JS Date functions. We should pass all raw data to PHP.
This commit is contained in:
parent
310d6901f9
commit
2d4ce64dde
8 changed files with 247 additions and 45 deletions
|
@ -53,6 +53,7 @@ validation against and defaults to null (so, no user needed) if not provided.
|
|||
* Following behat steps have been removed from core:
|
||||
- I go to "<gradepath_string>" in the course gradebook
|
||||
* A new admin setting widget 'core_admin\local\settings\filesize' is added.
|
||||
* The core_enrol_edit_user_enrolment webservice has been deprecated. Please use core_enrol_submit_user_enrolment_form instead.
|
||||
|
||||
=== 3.7 ===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue