Files
gerrit/polygerrit-ui/app/elements/change/gr-change-view
Paladox none 7229e46133 PolyGerrit: If change throws null for change then return ''
This is to make sure we doint call change.topic which will throw an null
per below.

I was getting an undefined error

gr-app.js:2746 Uncaught (in promise) TypeError: Cannot read property 'topic' of null
    at gr-app.js:2746
    at <anonymous>

when debugging https://gerrit-review.googlesource.com/#/c/108092/

Change-Id: Ie9802cdf8a601570a6f8352054c8cd042e348792
2017-06-01 15:52:29 +00:00
..