moosh icon indicating copy to clipboard operation
moosh copied to clipboard

course-create expected behaviour

Open CartierPierre opened this issue 1 year ago • 0 comments

  • moosh version: 1.17
  • moodle version: 4.3
    • database: mariadb
  • php version: 8.1
  • operating system: debian

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:

CartierPierre avatar Jun 28 '24 14:06 CartierPierre