cat-in-136 / redmine_hearts

a redmine plugin which provides intra-Redmine Like/Fav reactions
https://www.redmine.org/plugins/redmine_hearts
GNU General Public License v2.0
33 stars 3 forks source link

wrong heart buttons on message#show #7

Closed cat-in-136 closed 6 years ago

cat-in-136 commented 6 years ago

When pagenation is applied on the message#show (i.e. there are more than 25 replies), wrong heart buttons may be shown. In addition, N+1 issue exists here (like #4).

On _view_layouts_base_content.html.erb, the reply objects should be obtained by @replies but actually obtained by @heartable.children.