This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 96786 - Average rating not refreshed
Summary: Average rating not refreshed
Status: VERIFIED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Botterill
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-28 14:49 UTC by Jaromir Uhrik
Modified: 2009-10-03 12:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2007-02-28 14:49:07 UTC
When the user uses rating and then shows the average rating for a module it
shows old rating instead of new one (that includes current user rating). The
module page must be refreshed to show recounted rating properly.
Comment 1 David Botterill 2007-03-01 05:12:01 UTC
I was not refreshing the current plugin on the session bean after the user rated
the current plugin.  The plugin system calculates the average_rating for the
plugin for each rating given on the plugin.
Comment 2 Jaromir Uhrik 2007-03-02 14:02:35 UTC
Verified.