damianociarla / DCSRatingBundle

Rating system for Symfony application
MIT License
23 stars 19 forks source link

Can't Rate with DCSRatingBundle. #16

Closed koami closed 6 years ago

koami commented 7 years ago

Hi Guys.

First of all I don't know how to report an issue, so sorry for the mess up. Secondly, my english ain't that great. I'm working on a project and I implement DCSRatingBundle to rate the products. I follow the process gave.n

The include in my twig page:

`

{% include 'DCSRatingBundle:Rating:rating.html.twig' with {'id' : produit.id} %} {% include 'DCSRatingBundle:Rating:control.html.twig' with {'id' : produit.id, 'role' : 'ROLE_USER'} %}

`

I can't rate on the product, the stars are visible but when i click nothing happend. But, in the dtabase I got some input. ratingshootscreen

In the mind time, there is nothing in the Votes table. voteshootscreen

Hope I give enough informations.

koami commented 6 years ago

I deal with it. Thanks.