Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Component/s: moodle.org
-
Labels:None
Description
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
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
Executed:
UPDATE `moodle`.`data_records` SET `userid` = '311988' WHERE `data_records`.`id` =94;
Verified the correct record was changed.