mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 14:02:21 +02:00
bitbake: toaster: searching all projects table resets page count
Add missing '_save_parameters_cookies' to preserve page count. [YOCTO #7483] (Bitbake rev: 62f486f81f59a3186a57f93c3b102404a3da8a6f) Signed-off-by: David Reyna <David.Reyna@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ac69236d1d
commit
c6552273dd
@@ -3330,7 +3330,10 @@ if toastermain.settings.MANAGED:
|
||||
},
|
||||
]
|
||||
}
|
||||
return render(request, template, context)
|
||||
|
||||
response = render(request, template, context)
|
||||
_save_parameters_cookies(response, pagesize, orderby, request)
|
||||
return response
|
||||
|
||||
def buildrequestdetails(request, pid, brid):
|
||||
template = "buildrequestdetails.html"
|
||||
|
||||
Reference in New Issue
Block a user