-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
2.3
-
None
-
MOODLE_23_STABLE
In the Web Service core_course_create_categories appears the condition:
// Check name.
if (textlib::strlen($category['name'])>30) {
throw new moodle_exception('categorytoolong');
}
I think that isn't necessari because the field in BD is varchar(255).
- will be (partly) resolved by
-
MDL-32941 core_course_xxx_categories()
-
- Closed
-