forked from science-ation/science-ation
Remove 'special awards' from participants user profile, it shoudlnt be there!
This commit is contained in:
parent
f31cc5c5fa
commit
4aced55922
@ -605,7 +605,7 @@ function user_get_fields($userRoles = null){
|
||||
switch($conference['type']){
|
||||
case 'sciencefair':
|
||||
$specialFieldRoles = array(
|
||||
'special_awards' => array('judge', 'participant'),
|
||||
'special_awards' => array('judge'),
|
||||
'available_times' => array('judge'),
|
||||
'available_events' => array('volunteer'),
|
||||
'volunteer_positions' => array('volunteer'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user