← Back to team overview

mahara-contributors team mailing list archive

[Bug 1912582] [NEW] Share access with account holders outside of institution is not matching users

 

Public bug reported:

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);

** Affects: mahara
     Importance: Undecided
         Status: New

-- 
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


Follow ups