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

Smith, Elliot elliot.smith at intel.com
Thu Aug 27 06:28:53 PDT 2015


I've submitted this to the bitbake-devel list.

Elliot

On 27 August 2015 at 11:27, Barros Pena, Belen <belen.barros.pena at intel.com>
wrote:

> 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
>
> --
> _______________________________________________
> toaster mailing list
> toaster at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/toaster
>



-- 
Elliot Smith
Software Engineer
Intel Open Source Technology Centre
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/toaster/attachments/20150827/10beb796/attachment.html>


More information about the toaster mailing list