You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After hit the delete button to delete a rating, the whole rating star view disappears. It is simply because the deleteRating method is not returning the view:
After hit the delete button to delete a rating, the whole rating star view disappears. It is simply because the deleteRating method is not returning the view:
plone.contentratings/plone/contentratings/browser/ajax.py
Line 39 in 18937e5
It should be:
return self._call_view_method(category, 'remove_rating')
The text was updated successfully, but these errors were encountered: