course-create create a course without default course parameters values, just all set at NULL or 0.
For exemple, I have set max byte 50 MB in default course values, but the course is created with 0, then moodle take the max byte in the site wide (1GB in my case).
Expected behaviour
course-create should create a course with default values, or with an option/argument to take default values.
Actual behaviour
course-create create a course without default course parameters values, just all set at NULL or 0. For exemple, I have set max byte 50 MB in default course values, but the course is created with 0, then moodle take the max byte in the site wide (1GB in my case).
Expected behaviour
course-create should create a course with default values, or with an option/argument to take default values.
Thanks :smile: