Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.5.4, 2.6, 2.7
-
Component/s: Quiz
-
Testing Instructions:
-
Affected Branches:MOODLE_25_STABLE, MOODLE_26_STABLE, MOODLE_27_STABLE
-
Fixed Branches:MOODLE_25_STABLE, MOODLE_26_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-43265_new -
Pull Master Diff URL:
Description
The "text input tag" for name is not limited to 255 chars causing an exception: Error writing to database if text exceeds 255 chars.
table:mdl_question, field: name is limited to varchar(255)