Best practice forum (Archived)

This forum discussion has been removed

 
This forum post has been removed
Monday, 31 March 2014, 7:19 PM
The content of this forum post has been removed and can no longer be accessed.
me
Re: LPs, Competency Hierarchies and Appraisals
by George Angus - Monday, 31 March 2014, 9:06 PM
Group Totara

Hi Maurice,

I think this would be difficult - especially with a deep hierarchy, we're not sure how we could represent this.

regards,

George.

This forum post has been removed
Tuesday, 1 April 2014, 12:46 PM
The content of this forum post has been removed and can no longer be accessed.
This forum post has been removed
Tuesday, 1 April 2014, 1:21 PM
The content of this forum post has been removed and can no longer be accessed.
This forum post has been removed
Tuesday, 1 April 2014, 3:06 PM
The content of this forum post has been removed and can no longer be accessed.
me
Re: LPs, Competency Hierarchies and Appraisals
by George Angus - Tuesday, 1 April 2014, 8:59 PM
Group Totara

Hi Maurice,

The order of the competencies in the appraisal defaults to the order they were put in. Ill in an enhancement bug, though to be consistent with other parts of Totara we will have to order them in alphabetically. As for the hierarchy structure it may be best if you approach your partner regarding this for some custom work, our resources at the moment are focusing on existing feature requests (https://totara.community/mod/feedback/analysis.php?id=1718&courseid&do_show=analysis) and the development of 2.6.

regards,

George,

Nathan Lewis
Re: LPs, Competency Hierarchies and Appraisals
by Nathan Lewis - Tuesday, 1 April 2014, 9:11 PM
Group 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