Group files are not copied

Bug #1939363 reported by Doris Tam
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mahara
Confirmed
Wishlist
Unassigned

Bug Description

Feature needs to be completed:

- group membership is not copied over and neither are journals or files
- update the manual https://manual.mahara.org/en/20.04/administration/groups.html

/**
 * Duplicate group - make a copy of the the group's pages, collections and group settings.
 *
 * The group’s files, journals, pages, collections and group settings are copied. Group membership and forums are not copied.
 *
 * @param string/int $groupid The id of the group to copy
 * @param string $return The place to return to after the copying
 *
 * @TODO: Copy forums / files / journals not associated with views/blocks.
 * @TODO: Copy existing members to new group.
 */
function group_copy($groupid, $return)

Revision history for this message
Kristina Hoeppner (kris-hoeppner) wrote :

It is correct that the group membership is not copied to the duplicated group. It is also correct that forum topics are not copied. However, forums themselves could be copied so that the groups have a similar structure.

Files, journals, and plans should be copied though.

Changed in mahara:
status: New → Confirmed
importance: Undecided → Wishlist
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.