Best practice forum (Archived)

该论坛讨论已删除

 
LewisNathan
Re: LPs, Competency Hierarchies and Appraisals
LewisNathan 发表于 2014年04月1日 Tuesday 21:11
小组 Totara

Hi Maurice.

I think you can get the result you want by changing line 133 of totara/question/field/compfromplan.class.php to read

ORDER BY comp.idnumber';

instead of

ORDER BY reviewdata.itemid';

I did a quick test and it seems to do what you want, but it needs some testing to be sure.

Nathan