ShizukaDonaghue / luve

LUVE is a full-stack web application built with Django. It's an online store for safe sunblock.
https://luve.herokuapp.com/
0 stars 1 forks source link

BUG: Modal for Delete Product Review #84

Closed ShizukaDonaghue closed 1 year ago

ShizukaDonaghue commented 1 year ago

Where there are multiple product reviews for a product by the same user, when the user confirms to delete a product review in the modal displayed, the first review by the user is deleted regardless of which review the user is trying to delete.

ShizukaDonaghue commented 1 year ago

This issue was caused by the modal having the same ID for all product reviews for the user. It was resolved by giving each modal a separate ID, containing the review ID and then calling that specific modal to delete the review.