-
Improvement
-
Resolution: Fixed
-
Minor
-
2.9
-
MOODLE_29_STABLE
-
MOODLE_29_STABLE
-
MDL-49224-master -
-
Team Beards Sprint 4
-
Small
At present, tool_generator_course_backend does not allow setting of course fullnames or summaries. This is super annoying when trying to set up test courses that resemble real institutional data, and should be an easy fix.
As far as the simple / naive design - public attributes on the class - this was done to maintain backwards compatibility with extant scripts. Backwards compatibility could also be maintained by instead having it be an additional construct-time parameter, but:
- that would break the line length coding style guideline on the constructor definition
- when using the new parameter you'd be faced with two naming parameters at opposite sides of the parameter list; ugly.
I'm not particularly married to an approach here though - happy to defer to any comment.
- blocks
-
MDL-27628 Meta linked courses can only be added individually.
-
- Closed
-