Best practice forum (Archived)

该论坛讨论已删除

 
该论坛帖子已被删除
2013年04月17日 Wednesday 21:13
该论坛帖子的内容已被删除,无法再访问。
Curry (Core Developer)David
Re: Understanding the Manager path in mdl_pos.assignments
Curry (Core Developer)David 发表于 2013年04月17日 Wednesday 21:38
小组 Totara

Hey Martinique,

Yes that is right. The important thing to remember is that those numbers match the mdl_user::id database field not the idnumber field that you can set in the profile. And that it should follow all the way up the tree, so if 0000 had a manager you would have to add him beforehand as well and so on and so on.

Note: This is not reccomended, there are totara core api functions (like assign_user_position) that you could use through a small php script instead of running sql straight on the database that would make this a lot safer, and probably easier.

Hope that helps
David

该论坛帖子已被删除
2013年04月23日 Tuesday 08:52
该论坛帖子的内容已被删除,无法再访问。