summaryrefslogtreecommitdiff
path: root/web/src/pages
diff options
context:
space:
mode:
authorFelix Edel <felix.edel@bmw.de>2020-07-14 15:35:33 +0200
committerFelix Edel <felix.edel@bmw.de>2020-07-16 08:46:13 +0200
commit04fa7c49894f99439e036bf8d88151154bfb46a9 (patch)
treef8868eddc436c02db803c7182ce035eb3b672a73 /web/src/pages
parent7d78448ec5cf32706b84279293465024cced66f6 (diff)
downloadzuul-04fa7c49894f99439e036bf8d88151154bfb46a9.tar.gz
Fix fetching function on build result page
It looks like this was never working because the function call supplied to many parameters. Fix by removing the additional and unnecessary null parameter. I would keep this change after the PF4 changes of the buildset page since it otherwise might result in some awkward behaviour due to the different tabs and their contents. Change-Id: I6fa62343a22d7a54e85a7e8d0babdabdc08b6352
Diffstat (limited to 'web/src/pages')
-rw-r--r--web/src/pages/Build.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/src/pages/Build.jsx b/web/src/pages/Build.jsx
index edf34e432..6384eeb2d 100644
--- a/web/src/pages/Build.jsx
+++ b/web/src/pages/Build.jsx
@@ -61,7 +61,6 @@ class BuildPage extends React.Component {
fetchBuildIfNeeded(
this.props.tenant,
this.props.match.params.buildId,
- null,
force
)
)