Revert "yocto_console_view: Run populateChange after modifying the change entries in matchBuildWithChange"

This reverts commit 3aa6beb7a7.

This change was incorrect and doesn't help the problems being seen.
This commit is contained in:
Richard Purdie 2018-09-11 10:20:19 +01:00
parent 3aa6beb7a7
commit ba6fe2cbc0
2 changed files with 3 additions and 4 deletions

View File

@ -106,13 +106,12 @@ class Console extends Controller
for change in @changes
@changesBySSID[change.sourcestamp.ssid] = change
@changesByRevision[change.revision] = change
@populateChange(change)
for build in @builds
@matchBuildWithChange(build)
for change in @changes
@populateChange(change)
@filtered_changes = []
for ssid, change of @changesBySSID
if change.comments

File diff suppressed because one or more lines are too long