-
Bug
-
Resolution: Won't Fix
-
Trivial
-
None
-
2.3.1, 2.4
-
None
-
MOODLE_23_STABLE, MOODLE_24_STABLE
Just noted on importing a test package from the forum (http://moodle.org/mod/forum/discuss.php?d=210070#p916323): unfortunately I missed to note it during my review attempt of MDL-32937.
Not sure if this should be really classified as a bug: the constraint only exists at the presentation level.
It is also difficult to fix it since we miss a good candidate for the description field, being at DnD stage. A/The possible solution could be:
$scorm->description = $uploadinfo->displayname;
|
... mostly unuseful.