aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-01-27 18:29:51 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-01-27 18:29:51 +0100
commit681cc062fbab8d759e86c21f5c6204ad8543e7a8 (patch)
tree112485b26d974540b3a1f72058ff19131616b3ca
parent303ba143ae9127491c2bd632209f9bfb406a89c6 (diff)
Fix call to bisect ajax call.
Change-Id: I570688d238620b137db650556e4c0c0229debf28
-rw-r--r--app/dashboard/static/js/linaro-builds-job-kernel-defconfig-1.0.8.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/dashboard/static/js/linaro-builds-job-kernel-defconfig-1.0.8.js b/app/dashboard/static/js/linaro-builds-job-kernel-defconfig-1.0.8.js
index 26da426..f296090 100644
--- a/app/dashboard/static/js/linaro-builds-job-kernel-defconfig-1.0.8.js
+++ b/app/dashboard/static/js/linaro-builds-job-kernel-defconfig-1.0.8.js
@@ -553,7 +553,7 @@ function getBisectData(data) {
}
deferredAjaxCall = JSBase.createDeferredCall(
- '/_ajax/bisect/defconfig/' + defconfigId,
+ '/_ajax/bisect?collection=defconfig&defconfig_id=' + defconfigId,
'GET',
null,
null,