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

carinadigital’s picture

Assigned: Unassigned » carinadigital
Status: Needs review » Postponed (maintainer needs more info)

The 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.

carinadigital’s picture

Title: Fivestar results are invisible in submissions pages (percentage mode) » Can not choose percentages or stars display when viewing submissions
Version: 7.x-1.x-dev » 7.x-1.0-beta1
Component: User interface » Code
Status: Postponed (maintainer needs more info) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.