From d1dbf4c078e04fdc0f3b971f62cdefcba4904232 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Fri, 16 Jan 2015 16:42:40 +0000 Subject: bitbake: toaster: project builds page This is a complete re-write of the "Project builds" page based on the "All builds" page in managed mode. [YOCTO #6589] (Bitbake rev: 0353d49ae934c4595408e1b7a1443769f095f2aa) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/bldcontrol/models.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bitbake/lib/toaster/bldcontrol') diff --git a/bitbake/lib/toaster/bldcontrol/models.py b/bitbake/lib/toaster/bldcontrol/models.py index cab4463647..2386d2345a 100644 --- a/bitbake/lib/toaster/bldcontrol/models.py +++ b/bitbake/lib/toaster/bldcontrol/models.py @@ -104,6 +104,8 @@ class BuildRequest(models.Model): (REQ_DELETED, "deleted"), ) + search_allowed_fields = ("brtarget__target",) + project = models.ForeignKey(Project) build = models.OneToOneField(Build, null = True) # TODO: toasterui should set this when Build is created environment = models.ForeignKey(BuildEnvironment, null = True) -- cgit v1.2.3-54-g00ecf