summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/js/projectpage.js
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/js/projectpage.js')
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/projectpage.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/projectpage.js b/bitbake/lib/toaster/toastergui/static/js/projectpage.js
index b82f7408e7..146319e042 100644
--- a/bitbake/lib/toaster/toastergui/static/js/projectpage.js
+++ b/bitbake/lib/toaster/toastergui/static/js/projectpage.js
@@ -406,8 +406,8 @@ function projectPageInit(ctx) {
406 406
407 var newRelease = releaseForm.find("option:selected").data('release'); 407 var newRelease = releaseForm.find("option:selected").data('release');
408 408
409 $.getJSON(ctx.typeaheadUrl, 409 $.getJSON(ctx.testReleaseChangeUrl,
410 { search: newRelease.id, type: "versionlayers" }, 410 { new_release_id: newRelease.id },
411 function(layers) { 411 function(layers) {
412 if (layers.rows.length === 0){ 412 if (layers.rows.length === 0){
413 /* No layers to change for this release */ 413 /* No layers to change for this release */