You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$current_values = array_filter($query_params, function ($value) {
286
286
return !empty($value);
@@ -292,9 +292,9 @@ function _civictheme_automated_list__selected_filters(): array {
292
292
'topic',
293
293
'title',
294
294
'items_per_page',
295
-
];// Change this to get from $view there is an exposed input field or something that gives allowed exposed filters, pass $view in as argument to this function
296
-
// this function should be called after the hook for changing view
297
-
$selected_filters = [];
295
+
];
296
+
$selected_filters = [];
297
+
298
298
foreach ($current_valuesas$key => $value) {
299
299
if (!in_array($key, $permitted_keys)) {
300
300
continue;
@@ -304,7 +304,7 @@ function _civictheme_automated_list__selected_filters(): array {
0 commit comments