All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] toaster: restore Toaster filter feature
@ 2017-04-10 13:29 David Reyna
  2017-04-10 13:29 ` [PATCH 1/1] toaster: Toaster filters are broken David Reyna
  0 siblings, 1 reply; 2+ messages in thread
From: David Reyna @ 2017-04-10 13:29 UTC (permalink / raw)
  To: bitbake-devel

From: David Reyna <David.Reyna@windriver.com>

Testing revealed that a syntax fix broke the Toaster filter feature. 
This commit reverts that and restores the functionality.

The following changes since commit 633ad6c9f436f5d2b6ee1a005b697661a054a394:

  oeqa/runtime/utils/targetbuildproject: use parent classes defaults tmpdir (2017-04-06 10:13:39 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib dreyna/toaster/filters_broken_11317
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=dreyna/submit/dreyna/toaster/filters_broken_11317

David Reyna (1):
  toaster: Toaster filters are broken

 lib/toaster/toastergui/static/js/table.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] toaster: Toaster filters are broken
  2017-04-10 13:29 [PATCH 0/1] toaster: restore Toaster filter feature David Reyna
@ 2017-04-10 13:29 ` David Reyna
  0 siblings, 0 replies; 2+ messages in thread
From: David Reyna @ 2017-04-10 13:29 UTC (permalink / raw)
  To: bitbake-devel

From: David Reyna <David.Reyna@windriver.com>

A syntax fix inadvertantly broke the Toaster filter feature.

[YOCTO #11317]

Signed-off-by: David Reyna <David.Reyna@windriver.com>
---
 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') {
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-10 13:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-10 13:29 [PATCH 0/1] toaster: restore Toaster filter feature David Reyna
2017-04-10 13:29 ` [PATCH 1/1] toaster: Toaster filters are broken David Reyna

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.