MDL-71116 core_badges: Backpack URLs with more than 50 chars
commit3784dcc91289e6cd77d28f887d6f610d5f734a83
authorSara Arjona <sara@moodle.com>
Tue, 16 Mar 2021 16:43:35 +0000 (16 17:43 +0100)
committerSara Arjona <sara@moodle.com>
Fri, 19 Mar 2021 14:09:12 +0000 (19 15:09 +0100)
treee01855691c670c69f392408051dfef9d64d38907
parent2ad3d1a7f1f60b5c9d29923eb2c63a8f96188ccb
MDL-71116 core_badges: Backpack URLs with more than 50 chars

Backpack URLs (web and API) can have up to 255. However, the form
for creating/editing them, doesn't allow URLs with more than 50
characters. This patch align limitation to DB value (255).
badges/classes/form/external_backpack.php