Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[O2B-1139] Refresh tags list when a tag is updated/created #1805

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
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 @@

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
hattinf marked this conversation as resolved.
Show resolved Hide resolved
}
}

Expand Down
Loading