Skip to content

Commit

Permalink
Added fetch call to reload run detail page on revisit
Browse files Browse the repository at this point in the history
  • Loading branch information
Fennne committed Nov 26, 2024
1 parent 78e987e commit 1663b76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/public/views/Runs/Details/RunDetailsModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ export class RunDetailsModel extends Observable {

this._fetchOneRun();
this._fetchReasonTypes();
} else {
this._runNumber = runNumber;
this._fetchOneRun();

Check warning on line 81 in lib/public/views/Runs/Details/RunDetailsModel.js

View check run for this annotation

Codecov / codecov/patch

lib/public/views/Runs/Details/RunDetailsModel.js#L79-L81

Added lines #L79 - L81 were not covered by tests
}
}

Expand Down

0 comments on commit 1663b76

Please sign in to comment.