Administrator's manual


Configuration of tracking columns

Activation of the 2 change-tracking columns and configuration of the "important" fields are carried out via the dashboard settings file: WEB-INF/param/todolist-program.xml

For each area of the dashboard (last modified content, pending proposal, pending validation) you can define whether to display the "Changes" and "Important changes" columns by adding the following tags:

 <show-changes/>  

 Enables you to display the "Changes" column, which will show a list of all fields that have been modified since the last validated version of the course.

<show-important-changes>  
<attribute ref="degree"/>  
<attribute ref="illustration/image"/>  
<attribute ref="programWebSite/programWebSiteUrl"/>  
</show-important-changes>  

 Displays the "Important changes" column, and defines the list of important fields.

If a change has been made to one of these important fields since the last validated version of the course, then the field will appear in this column.

 

Back to top