Skip to content

Commit

Permalink
Clear list of culprits when updating, not doing this lead to the same…
Browse files Browse the repository at this point in the history
… developer being shown multiple times.
  • Loading branch information
dominikgolda committed Jun 5, 2019
1 parent 1e6bf7a commit e3c1f24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Soloplan.WhatsON.Jenkins.GUI/JenkinsStatusViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public override void Update(Status newStatus)
}

this.CommittedToThisBuild.Clear();
this.Culprits.Clear();
foreach (var culprit in jenkinsStatus.Culprits)
{
var culpritModle = new JenkinsCulpritViewModel();
Expand Down

0 comments on commit e3c1f24

Please sign in to comment.