MDL-71116 core_badges: Backpack URLs with more than 50 chars
commit66efa30293670641c4929ea150f1703933301b68
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:02 +0000 (19 15:09 +0100)
tree1b44d6672be4718bfb99daa2593abe8bdfb2315d
parentc1db56b501f94b4b9d0e1d0f85487370c637c3e3
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