Issue Details (XML | Word | Printable)

Key: MDL-12453
Type: Sub-task Sub-task
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Eloy Lafuente (stronk7)
Reporter: Nick Freear
Votes: 0
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-13847

All group members are backed up, not just "backupable" ones

Created: 06/Dec/07 02:21 AM   Updated: 15/Apr/08 04:45 PM
Return to search
Component/s: Backup
Affects Version/s: 1.8.4, 1.9
Fix Version/s: 1.8.5, 1.9.1

Issue Links:
Relates
 

Participants: Eloy Lafuente (stronk7), Nick Freear and Petr Skoda
Security Level: None
QA Assignee: Petr Skoda
Resolved date: 10/Mar/08
Affected Branches: MOODLE_18_STABLE, MOODLE_19_STABLE
Fixed Branches: MOODLE_18_STABLE, MOODLE_19_STABLE


 Description  « Hide
... pontentially leading to orphans. (From Skype discussion with Eloy.)
backup/backuplib.php - backup_groups_members_info function does a simple get_records('groups_members' ...)
Compare with, SQL in backup_user_info.

TODO: link MDL-2674.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Eloy Lafuente (stronk7) committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 10/Mar/08 02:26 AM
Ensure only target groups_members are added to backup. MDL-12453
MODIFY backup/backuplib.php   Rev. 1.179.2.20    (+8 -3 lines)
Eloy Lafuente (stronk7) committed 1 file to 'Moodle CVS' - 10/Mar/08 02:28 AM
Ensure only target groups_members are added to backup. MDL-12453 ; merged from 19_STABLE
MODIFY backup/backuplib.php   Rev. 1.200    (+8 -3 lines)
Eloy Lafuente (stronk7) committed 1 file to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 10/Mar/08 02:33 AM
Ensure only target groups_members are added to backup. MDL-12453 ; backported from HEAD
MODIFY backup/backuplib.php   Rev. 1.135.2.10    (+9 -4 lines)