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

#830056 by pebosi: Fixed: Score aggregation field should be float

parent b0a05bba
No related branches found
No related tags found
No related merge requests found
......@@ -622,6 +622,7 @@ function quiz_views_data() {
'real field' => 'score',
'field' => array(
'handler' => 'quiz_views_handler_field_score_aggregate',
'float' => TRUE,
'group field' => 'nid',
),
),
......
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