forked from science-ation/science-ation
Add option for only showing ACTIVE judges in reports (like nametags)
we dont care about inactive judges.
This commit is contained in:
parent
9dfa523bb5
commit
8ffb710715
@ -348,6 +348,14 @@ $report_judges_fields = array(
|
||||
'value_map' => array ('no' => 'No', 'yes' => 'Yes'),
|
||||
'components' => array('users_judge')),
|
||||
|
||||
'active' => array(
|
||||
'name' => 'Judge -- Registration Active for this year',
|
||||
'header' => 'Act',
|
||||
'width' => 0.4,
|
||||
'table' => 'users_judge.judge_active',
|
||||
'value_map' => array ('no' => 'No', 'yes' => 'Yes'),
|
||||
'components' => array('users_judge')),
|
||||
|
||||
'willing_chair' => array(
|
||||
'name' => 'Judge -- Willing Chair',
|
||||
'header' => 'Will Chair?',
|
||||
|
Loading…
Reference in New Issue
Block a user