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:
Shamim Rezaie
2019-09-11 20:31:56 +10:00
parent f3c2624fbc
commit ee8d64f6ef
6 changed files with 226 additions and 36 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2019052001.10; // 20190520 = branching date YYYYMMDD - do not modify!
$version = 2019052001.11; // 20190520 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.