mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #61171
[Bug 1903620] A change has been merged
Reviewed: https://reviews.mahara.org/11442
Committed: https://git.mahara.org/mahara/mahara/commit/9477bbde4a1f4b4b5f4b58a09491cb86063061df
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: 20.10_STABLE
commit 9477bbde4a1f4b4b5f4b58a09491cb86063061df
Author: Lisa Seeto <lisaseeto@xxxxxxxxxxxxxxx>
Date: Tue Nov 10 14:55:42 2020 +1300
Bug 1903620: access list needs retain the sorted list of people
- retain the sorted list in the $peoplein var
Change-Id: I14b8a40b6b3d4c6bdd33f3bf1495a427634535a4
Signed-off-by: Lisa Seeto <lisaseeto@xxxxxxxxxxxxxxx>
(cherry picked from commit 69824469fcd746a3fa43958271018055a1020446)
--
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/1903620
Title:
access list needs retain the sorted list of people
Status in Mahara:
Fix Committed
Status in Mahara 20.04 series:
Fix Committed
Status in Mahara 20.10 series:
Fix Committed
Status in Mahara 21.04 series:
Fix Committed
Bug description:
There needs to be a code fix in access.json.php on line 71:
array_keys($peoplein);
should be:
$peoplein = array_keys($peoplein);
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1903620/+subscriptions
References