Reviewed: https://reviews.mahara.org/10644 Committed: https://git.mahara.org/mahara/mahara/commit/612e261a71116f33b3d246b7c61cc9255e13dd62 Submitter: Robert Lyon ([email protected]) Branch: master
commit 612e261a71116f33b3d246b7c61cc9255e13dd62 Author: Robert Lyon <[email protected]> Date: Fri Dec 6 11:19:02 2019 +1300 Bug 1855344: Allow institution shortname to contain numbers And allow it to be min 1 character in length behatnotneeded Change-Id: I7dbea5929f47a42865377da2260e30f037802a73 Signed-off-by: Robert Lyon <[email protected]> -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1855344 Title: Allow institution short name to be a string containing numbers and alow the string to be minimum 1 char long Status in Mahara: Fix Committed Bug description: When dealing with external IdPs they can send through the value for institution as being an id number, eg '5' rather than a short alpha string, eg 'cats' We should be able to handle this on the Mahara side and treat the numeric string like it is just another text string. Currently when you try to make an institution with name = '5' it sets the short name to 'inst' and not '5' To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1855344/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

