Reviewed: https://reviews.mahara.org/7128 Committed: https://git.mahara.org/mahara/mahara/commit/711f4f0efe68bd1e8cc5aec44a01068f22f453f5 Submitter: Robert Lyon ([email protected]) Branch: master
commit 711f4f0efe68bd1e8cc5aec44a01068f22f453f5 Author: Robert Lyon <[email protected]> Date: Mon Oct 17 12:16:44 2016 +1300 Bug 1600126: Using shortname as identifier of group Rather than shortname/institution pair Need to fix up how mysqli checks for index when table name is reserved word behatnotneeded - existing test should be ok Change-Id: I62e776a5497671f9455929a21d279f76cf3f4345 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/1600126 Title: Group shortname should be unique across the entier site not just per institution Status in Mahara: Fix Committed Status in Mahara 16.10 series: In Progress Bug description: Mahara: master OS: Linux Browser: Firefox DB: Postgres With the new functionality to update shortname for manually created groups (i.e. institution = No institution), we should ensure that the shortname is unique across all institutions. We've had a situation where the users created a group manually. Then tried to updated it through the csv upload - for their default institution. They get an error that the group does not exist. It's very confusing for the users. We should update the unique index in the db to be only on the shortname column instead of shortname + institution. To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1600126/+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

