Reviewed: https://reviews.mahara.org/9618 Committed: https://git.mahara.org/mahara/mahara/commit/801fa661bb63a015a89230f4149113c4be2d0b80 Submitter: Robert Lyon ([email protected]) Branch: master
commit 801fa661bb63a015a89230f4149113c4be2d0b80 Author: Lisa Seeto <[email protected]> Date: Tue Mar 12 11:08:30 2019 +1300 Bug 1773609: User export has column "remotename" instead of "remoteuser" func generate_csv() altered to substitute preferredname and remoteuser in /lib/mahara.php behatnotneeded Change-Id: I086caedf30acd51afed122996281a73762ddb107 Signed-off-by: Lisa Seeto <[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/1773609 Title: User export has column "remotename" instead of "remoteuser" Status in Mahara: Fix Committed Bug description: When you export user details via the "Reports" in Mahara, the column for the remote username / Username for external authentication is called "remotename". However, if you want to use the resulting CSV file to update user details, you'll have to rename that column to "remoteuser" first. It would be better if the column was called "remoteuser" to start with in the export. To replicate: 1. Have a couple of users on your Mahara site. 2. Go to Admin -> User search and click the check boxes. 3. Click the "Get reports for selected users" button. 4. Download the data on the next screen. Expected result: The column storing the remote username is called "remoteuser". Actual result: It's called "remotename". To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1773609/+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

