Files
gerrit/polygerrit-ui/app/elements/shared/gr-rest-api-interface
Kasper Nilsson 058d97ce41 Modify getChange to use non-deprecated API
`GET ../changes/${changeNum}` is deprecated in favor of
`GET ../changes/?q=${changeNum}`. `getChange` is the only function that
still utilizes this API instead of specifying the project.

Bug: Issue 8014
Change-Id: I7336ae90d7ed6f6e21254ff4a36a8d7d07296e7d
2018-01-03 21:31:53 +00:00
..