mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02: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) {
|
if (action) {
|
||||||
// Setup the current selected filter; default to 'all' if
|
// Setup the current selected filter; default to 'all' if
|
||||||
// no current filter selected
|
// no current filter selected
|
||||||
var radioInput = action.find('input[name]="filter"]');
|
var radioInput = action.find('input[name="filter"]');
|
||||||
if ((tableParams.filter &&
|
if ((tableParams.filter &&
|
||||||
tableParams.filter === radioInput.val()) ||
|
tableParams.filter === radioInput.val()) ||
|
||||||
filterActionData.action_name == 'all') {
|
filterActionData.action_name == 'all') {
|
||||||
|
|||||||
Reference in New Issue
Block a user