ProductReviewApprovedEvent raising missing for Admin ProductReviewController

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 anos atrás
In the nop.web when product review added and if it approved then the following event raisen
  
//raise event
                if (productReview.IsApproved)
                    _eventPublisher.Publish(new ProductReviewApprovedEvent(productReview));


But it is missing when Product Review update from admin. I think it should raise from admin site too.

Note: nop version 3.80
7 anos atrás
Thank a lot for reporting, Sohel! Already fixed
7 anos atrás
a.m. wrote:
Thank a lot for reporting, Sohel! Already fixed


Great! Thanks.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.