summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/base.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/base.js b/bitbake/lib/toaster/toastergui/static/js/base.js
index dda2549698..09c3ef137b 100644
--- a/bitbake/lib/toaster/toastergui/static/js/base.js
+++ b/bitbake/lib/toaster/toastergui/static/js/base.js
@@ -145,7 +145,7 @@ function basePageInit(ctx) {
145 145
146 146
147 newBuildProjectSaveBtn.click(function () { 147 newBuildProjectSaveBtn.click(function () {
148 selectedProject.projectId = selectedProject.pk; 148 selectedProject.projectId = selectedProject.id;
149 /* Update the typeahead project_id paramater */ 149 /* Update the typeahead project_id paramater */
150 _checkProjectBuildable(); 150 _checkProjectBuildable();
151 151