mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
bitbake: toaster: Remove commented-out code from views.py
This code in the All tasks view class needed to be removed. [YOCTO #6010] (Bitbake rev: f9bfbda3557272452b824a433cf391e983e4abfe) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7d9f1e2ed9
commit
b7219721c4
@@ -732,11 +732,6 @@ def tasks_common(request, build_id, variant):
|
||||
|
||||
tasks = _build_page_range(Paginator(queryset, request.GET.get('count', 100)),request.GET.get('page', 1))
|
||||
|
||||
# Per Belen - do not show the covering task
|
||||
# for t in tasks:
|
||||
# if t.outcome == Task.OUTCOME_COVERED:
|
||||
# t.provider = _find_task_provider(t)
|
||||
|
||||
# define (and modify by variants) the 'tablecols' members
|
||||
tc_order={
|
||||
'name':'Order',
|
||||
|
||||
Reference in New Issue
Block a user