forked from science-ation/science-ation
Remove the typepref selection, it turned into
users_judge.special_award_only.
This commit is contained in:
parent
45864af4af
commit
5c8bbe16b6
@ -229,11 +229,11 @@ $report_judges_fields = array(
|
|||||||
'exec_function' => 'report_judges_5_div_long',
|
'exec_function' => 'report_judges_5_div_long',
|
||||||
'components' => array('users_judge')),
|
'components' => array('users_judge')),
|
||||||
|
|
||||||
'typepref' => array(
|
'special_award_only' => array(
|
||||||
'name' => 'Judge -- Type Preference',
|
'name' => 'Judge -- Special Award Only Requested',
|
||||||
'header' => 'Type Pref',
|
'header' => 'SA Only',
|
||||||
'width' => 0.8,
|
'width' => 0.8,
|
||||||
'table' => 'judges.typepref'),
|
'table' => 'users_judge.special_award_only'),
|
||||||
|
|
||||||
'year' => array(
|
'year' => array(
|
||||||
'name' => 'Judge -- Year',
|
'name' => 'Judge -- Year',
|
||||||
|
@ -1 +1 @@
|
|||||||
157
|
158
|
||||||
|
2
db/db.update.158.sql
Normal file
2
db/db.update.158.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
UPDATE `reports_items` SET `field`='special_award_only' WHERE `field`='typepref';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user