Public bug reported: 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) ** 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: mahara-contributors https://bugs.launchpad.net/bugs/1939363 Title: Group files are not copied Status in Mahara: New 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) To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1939363/+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

