Fivestar results are invisible in submissions pages with percentage/number mode.
To fix, update the function _webform_display_fivestar adding the following items in the returned array :
'#theme' => 'webform_display_textfield',
'#component' => $component,
Comments
Comment #1
carinadigital commentedThe submissions pages should show the star display to match the webform submission page. The code there previously was a stopgap while fivestar module was updated for D7.
I've pushed new code to the dev branch that does this. You may want to take a look and tell me if a bug still exists for you.
Comment #2
carinadigital commented