Best practice forum (Archived)

Este foro de discusión ha sido eliminado.

 
Esta publicación en el foro ha sido eliminada.
Tuesday, 3 de June de 2014, 21:17
El contenido de esta publicación del foro se ha eliminado y ya no se puede acceder a él.
me
Re: Minor bug: "Appraisal Status" column in Appraisal Status report source
de George Angus - Thursday, 5 de June de 2014, 22:01
Grupo Totara

Hi Maurice,

At the top of /totara/appraisal/lib.php there are constants defined

46 /*
47 Appraisal status
48 */
49 const STATUS_DRAFT = 0;
50 const STATUS_ACTIVE = 1;
51 const STATUS_CLOSED = 2;
52 const STATUS_COMPLETED = 3;

If you add a 4th constant here it should be fine. 

regards,

George.

Nathan Lewis
Re: Minor bug: "Appraisal Status" column in Appraisal Status report source
de Nathan Lewis - Sunday, 8 de June de 2014, 14:40
Grupo Totara

Hi Maurice.

There was a bit of confusion about what you were reporting, so George's answer doesn't apply.

I checked it out and the column does indeed show a code, while it really should show a human-readable string. I'll put in a bug report to get someone to change it. The codes listed in George's report indicate what the numbers mean, which might be useful to you until the patch arrives (which will hopefully be soon).

Nathan

? ?
Re: Minor bug: "Appraisal Status" column in Appraisal Status report source
de ? ? - Monday, 9 de June de 2014, 21:25
 

A fix for this issue was included in today's (10th June 2014) release of Totara 2.5.14

? ?
Re: Minor bug: "Appraisal Status" column in Appraisal Status report source
de ? ? - Monday, 16 de June de 2014, 22:36
 

A fix for this issue was included in today's (17th June 2014) release of Totara 2.6.3