Page MenuHomePhabricator

Add UserMerge support to EducationProgram
Closed, ResolvedPublic

Description

EducationProgram needs a UserMergeAccountFields subscriber to support UserMerge.


Version: unspecified
Severity: enhancement

Details

Reference
bz67767

Related Objects

View Standalone Graph
This task is connected to more than 200 other tasks. Only direct parents and subtasks are shown here. Use View Standalone Graph to show more of the graph.

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:32 AM
bzimport set Reference to bz67767.

This will need some special handling:

CREATE TABLE IF NOT EXISTS /*_*/ep_courses (
<snip>

course_students            BLOB                NOT NULL, --  List of associated students (linking user.user_id)
course_online_ambs         BLOB                NOT NULL, -- List of associated online ambassadors (linking user.user_id)
course_campus_ambs         BLOB                NOT NULL, -- List of associated campus ambassadors (linking user.user_id)
course_instructors         BLOB                NOT NULL, -- List of associated instructors (linking user.user_id)

</snip>

Andrew, are you still planning to work on this?

andrew.green.df wrote:

Hi! Yeah, sorry I haven't gotten to it yet :( . Thanks for poking me about it. If you feel like taking this, please do go ahead :) . Also, maybe let's chat on IRC about it sometime?

Change 160916 had a related patch set uploaded by Legoktm:
Add UserMerge support

https://gerrit.wikimedia.org/r/160916

Change 160916 merged by jenkins-bot:
Add UserMerge support

https://gerrit.wikimedia.org/r/160916