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.
In the mind time, there is nothing in the Votes table.
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.
In the mind time, there is nothing in the Votes table.
Hope I give enough informations.