Skip to content
Snippets Groups Projects
Commit b0a05bba authored by falcon's avatar falcon
Browse files

#830090 by pebosi: Fixed: Use 'views_handler_field_numeric' for score field

parent 2d881625
No related branches found
No related tags found
No related merge requests found
......@@ -595,7 +595,7 @@ function quiz_views_data() {
'title' => t('Score'),
'help' => t('Score on the Quiz.'),
'field' => array(
'handler' => 'views_handler_field',
'handler' => 'views_handler_field_numeric',
'click sortable' => TRUE,
),
'argument' => array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment