Issue Details (XML | Word | Printable)

Key: MDLSITE-799
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Anthony Borrow
Reporter: Anthony Borrow
Votes: 0
Watchers: 0
Operations

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

Modules and Plugins database: assign Ashley Holman as record adder of WebCT Import Tool entry

Created: 11/Sep/09 12:39 AM   Updated: 11/Sep/09 01:55 AM
Component/s: moodle.org

Participants: Anthony Borrow
Security Level: None
Resolved date: 11/Sep/09


 Description  « Hide
Ashley Holman (http://moodle.org/user/view.php?id=311988&course=1) is the current maintainer of the WebCT Import Tool initially developed and contributed by Dan Stowell (http://moodle.org/user/view.php?id=7172&course=1). Ashley would like to be able to edit M&P entry http://moodle.org/mod/data/view.php?d=13&rid=94&filter=1. Traditionally we have deleted one entry and asked the new person to create another; however, because there is a significant number of comments I would like to preserve the history. To accomplish this, I am going to change the user id of the record adder from Dan to Ashley while still making sure that appropriate attribution is given to Dan for his initial contribution. I am creating this issue merely to document the change. Peace - Anthony

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Anthony Borrow added a comment - 11/Sep/09 01:55 AM
Executed:

UPDATE `moodle`.`data_records` SET `userid` = '311988' WHERE `data_records`.`id` =94;

Verified the correct record was changed.