[oe-commits] [bitbake] 01/05: toaster: Toaster filters are broken

git at git.openembedded.org git at git.openembedded.org
Mon Apr 10 22:54:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository bitbake.

commit 29c9fa31d0f03553e24391568d2a5cb588595420
Author: David Reyna <David.Reyna at windriver.com>
AuthorDate: Mon Apr 10 06:29:55 2017 -0700

    toaster: Toaster filters are broken
    
    A syntax fix inadvertantly broke the Toaster filter feature.
    
    [YOCTO #11317]
    
    Signed-off-by: David Reyna <David.Reyna at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/toaster/toastergui/static/js/table.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/toaster/toastergui/static/js/table.js b/lib/toaster/toastergui/static/js/table.js
index 9db3902..1bbc8d1 100644
--- a/lib/toaster/toastergui/static/js/table.js
+++ b/lib/toaster/toastergui/static/js/table.js
@@ -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') {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list