Files
gerrit/polygerrit-ui/app/elements/change
Becky Siegel 7fa10cf123 Fix new comments from disappearing when expand/collapse diff
Previously there was an issue where if you expand an inline diff, add
and save a comment, and then collapse/re-open the diff, the new comment
disappeared.

The comment API requested comments initially, but when files are
re-opened, it determines the comments based on the file path and the
original set of comments.

This change addresses the issue by loading comments each time some (or
all) files are expanded. Comments get requested once when _renderInOrder
is called.

Bug: Issue 7530
Change-Id: I72419b39a8c33cac1887390cdd2f6ec1a88e2d6c
(cherry picked from commit e3de44dfdd)
2017-10-25 10:23:48 +00:00
..
2017-08-12 11:49:52 -07:00
2017-10-01 16:46:07 +01:00