← Back to team overview

mahara-contributors team mailing list archive

[Bug 1187963] A change has been merged

 

Reviewed:  https://reviews.mahara.org/2426
Committed: http://gitorious.org/mahara/mahara/commit/c5a3c21bf2643ead56a5a600be2a39583fbb8a03
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    master

commit c5a3c21bf2643ead56a5a600be2a39583fbb8a03
Author: Kristina D.C. Hoeppner <kristina@xxxxxxxxxxxxxxx>
Date:   Thu Aug 22 09:09:22 2013 +1200

Update lang string for wiping group members (Bug #1187963)

When updating group members via CSV, all members
will be replaced by the ones in the CSV file. Each
group should still have an admin. Lang string was
adapted to include that info.

Change-Id: I91274170736d27a0b9a3a3aee6be55cd7848a50a
Signed-off-by: Kristina D.C. Hoeppner <kristina@xxxxxxxxxxxxxxx>

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1187963

Title:
  Updating group members by CSV caused existing group admins removed

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Version: master
  Platform: all

  Assumptions
   - a group with shortname: g01, institution A. 
   - The group's admin: u04
   - CSV file to update:
  shortname,username,role
  "g01","u01","admin"
  "g01","u02","member"
  "g01","u03","member"

  Actions
   1. Login as institution A admin or site admin
   2. Access the "Administer groups" (/admin/groups/groups.php)
   3. Click "Update group members by CSV"
   4. Choose Institution = institution A
   5. Choose the above CSV file
   6. Click Update button.

  Expected result:
   The admins of the group g01 should be u04 and u01.

  Actual result:
   The existing admin of the group g01: u04 has been removed from the group.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1187963/+subscriptions


References