- Issue created by @peduardo
- Assigned to samit.310@gmail.com
- Issue was unassigned.
- Status changed to Needs review
10 months ago 10:16am 31 January 2024 - 🇮🇳India samit.310@gmail.com
Hi @peduardo ,
The issue has been fixed, please review.
Thanks
Samit K. - 🇮🇳India KumudB Ahmedabad
In Drupal version 10.x with the 2.4.x-dev release, the like/dislike functionality for both comments and content is working as expected. I was unable to reproduce the issue in my local setup, and everything appears to be functioning correctly.
we can close this.
Steps to Reproduce
To reproduce the issue, follow these steps:1. Create a New Drupal 10.x with the 2.4.x-dev release Installation: Or Start with a fresh installation of Drupal 10.
2. Install the Like/Dislike Module: Use Composer to add the drupal/like_dislike module.
3. Add Like/Dislike Field to Node Types:
- Go to Structure > Content types.
- For both Article and Page, add a field of type like_dislike.
4. Add Like/Dislike Field to Comments:
- Go to Structure > Comment types.
- Add a like_dislike field to the default Comment type.
5. Create Content:
- Create a new Article or Page.
- Add comments to this content, ideally from different users.
I have attached a screen recording for your reference.