mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
bitbake: toaster: Toaster filters are broken
A syntax fix inadvertantly broke the Toaster filter feature. [YOCTO #11317] (Bitbake rev: 29c9fa31d0f03553e24391568d2a5cb588595420) 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
0793c758b1
commit
d8be835e28
@@ -708,7 +708,7 @@ function tableInit(ctx){
|
||||
if (action) {
|
||||
// Setup the current selected filter; default to 'all' if
|
||||
// no current filter selected
|
||||
var radioInput = action.find('input[name]="filter"]');
|
||||
var radioInput = action.find('input[name="filter"]');
|
||||
if ((tableParams.filter &&
|
||||
tableParams.filter === radioInput.val()) ||
|
||||
filterActionData.action_name == 'all') {
|
||||
|
||||
Reference in New Issue
Block a user