Skip to content
Snippets Groups Projects
Commit 737c8383 authored by Alex Bronstein's avatar Alex Bronstein
Browse files

Issue #2988435 by effulgentsia, tedbow, penyaskito, tim.plunkett:...

Issue #2988435 by effulgentsia, tedbow, penyaskito, tim.plunkett: block_content_post_update_add_views_reusable_filter uses an string instead of int for "group"

(cherry picked from commit 7e8c4db3)
parent ac3e741e
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ function block_content_post_update_add_views_reusable_filter(&$sandbox = NULL) {
'admin_label' => '',
'operator' => '=',
'value' => '1',
'group' => '1',
'group' => 1,
'exposed' => FALSE,
'expose' => [
'operator_id' => '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment