[Toaster] [review-request][PATCH] toaster: Fix extra checkbox in most recently built recipes section

Barros Pena, Belen belen.barros.pena at intel.com
Thu Aug 27 03:27:52 PDT 2015


On 26/08/2015 16:40, "toaster-bounces at yoctoproject.org on behalf of Sujith
H" <toaster-bounces at yoctoproject.org on behalf of sujith.h at gmail.com>
wrote:

>This patch fixes an extra checkbox which is due to an extra space
>in the target.
>
>[ YOCTO #8202 ]

This works for me. 

Thanks!

Belén

>
>Signed-off-by: Sujith Haridasan <sujith.h at gmail.com>
>Signed-off-by: Sujith Haridasan <Sujith_Haridasan at mentor.com>
>---
> bitbake/lib/toaster/toastergui/static/js/projectpage.js | 1 -
> 1 file changed, 1 deletion(-)
>
>diff --git a/bitbake/lib/toaster/toastergui/static/js/projectpage.js
>b/bitbake/lib/toaster/toastergui/static/js/projectpage.js
>index 146319e..d367047 100644
>--- a/bitbake/lib/toaster/toastergui/static/js/projectpage.js
>+++ b/bitbake/lib/toaster/toastergui/static/js/projectpage.js
>@@ -216,7 +216,6 @@ function projectPageInit(ctx) {
>     var toBuild = "";
>     freqBuildList.find(":checked").each(function(){
>       toBuild += $(this).val();
>-      toBuild += " ";
>     });
> 
>     libtoaster.startABuild(libtoaster.ctx.projectBuildsUrl,
>libtoaster.ctx.projectId, toBuild, function(){
>-- 
>1.9.1
>
>-- 
>_______________________________________________
>toaster mailing list
>toaster at yoctoproject.org
>https://lists.yoctoproject.org/listinfo/toaster



More information about the toaster mailing list