Skip to content

Commit

Permalink
Merge pull request Ericsson#1634 from csordasmarton/fix-run-history-o…
Browse files Browse the repository at this point in the history
…nshow

Fix run history tab value in the URL on show event
  • Loading branch information
gyorb authored Jun 8, 2018
2 parents 1a36557 + 81942f4 commit f582a03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions www/scripts/codecheckerviewer/ListOfBugs.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,10 +424,8 @@ function (declare, dom, style, Deferred, ObjectStore, Store, QueryResults,

this.initRunHistory(baseline.concat(newcheck));

var state = hashHelper.getState();

hashHelper.resetStateValues({
'tab' : state.tab,
'tab' : that.tab,
'subtab' : 'runHistory'
});
that.subtab = 'runHistory';
Expand Down

0 comments on commit f582a03

Please sign in to comment.