mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #61523
[Bug 1912582] Re: Share access with account holders outside of institution is not matching users
*** This bug is a duplicate of bug 1903620 ***
https://bugs.launchpad.net/bugs/1903620
This is a duplicate of this bug:
https://bugs.launchpad.net/mahara/+bug/1903620
** Changed in: mahara
Assignee: (unassigned) => Ghada El-Zoghbi (ghada-z)
** This bug has been marked a duplicate of bug 1903620
Access list needs to retain the sorted list of people
--
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/1912582
Title:
Share access with account holders outside of institution is not
matching users
Status in Mahara:
New
Bug description:
Mahara: 20.10.0
OS: Linux 16.04
DB: Postgres
Browser: FF and Chrome
The fix to Bug #1892664 seems to have introduced another bug.
No records are matching the institution.
This is because on line 71 in htdocs/view/access.json.php:
array_keys($peoplein);
it is not setting the array with the keys. It should be:
$peoplein = array_keys($peoplein);
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1912582/+subscriptions
References