Hi,

While I was fixing this ticket Rave-359, I noticed two things:

1> In the js file rave_store.js the two functions which are called on the
click of likeRadioButton and dislikeRadioButton seem to be doing the same
functionality with the variables reversed.
    Can this be put into one function which will have two parameters (the
id's of the two radio buttons) and called through those two functions by
passing their ids as parameters?

2> While updating the new rating values for the widget on the call of the
above two functions, there was no update done for the userRating property
in the WidgetStatistics.java file.
     So just wondering if this will in any way effect the working of the
code? (According to me, it should not create a problem but just want to
know).


Regards,
Ankur Goyal

Reply via email to