forked from science-ation/science-ation
Add a project title and summary in the same column for student reports. Needed for the gvrsf, just want to avoid getting out of sync with trunk.
This commit is contained in:
parent
02dd19a477
commit
d10385a80f
@ -413,6 +413,13 @@ $report_students_fields = array(
|
||||
'scalable' => true,
|
||||
'table' => 'projects.summary' ),
|
||||
|
||||
'title_summary' => array(
|
||||
'name' => 'Project -- Title and Summary',
|
||||
'header' => 'Project Title and Summary',
|
||||
'width' => 5.00,
|
||||
'scalable' => true,
|
||||
'table' => "CONCAT('Title: ', projects.title, '\n',projects.summary)" ),
|
||||
|
||||
'language' => array(
|
||||
'name' => 'Project -- Language',
|
||||
'header' => 'Lang',
|
||||
|
Loading…
x
Reference in New Issue
Block a user