toaster: Toaster filters are broken
Submitted by Reyna, David on April 10, 2017, 1:21 p.m.
|
Patch ID: 138988
Details
Commit Message
@@ -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') {