-
Bug
-
Resolution: Fixed
-
Minor
-
4.3.6, 4.4.2
See the value defined here: https://github.com/moodle/moodle/blob/fd487cd3f2001453c22418cce396c9c8e5d4a2a5/lib/moodlelib.php#L393-L401
define('TAG_MAX_LENGTH', 50);
|
The commit that added the TODO to fix this is almost old enough to drink, let's put it out of its misery
For context, the maximum length as defined in DB schema is 255: https://github.com/moodle/moodle/blob/fd487cd3f2001453c22418cce396c9c8e5d4a2a5/lib/db/install.xml#L2299-L2300