Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
better_exposed_filters
Commits
b5fdfe82
Commit
b5fdfe82
authored
Nov 02, 2020
by
Kirst25
Committed by
Neslee
Nov 02, 2020
Browse files
Issue #3160580 by Kirst25: Secondary div hidden when all secondary are collapsible
parent
948c42fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Plugin/better_exposed_filters/filter/FilterWidgetBase.php
View file @
b5fdfe82
...
...
@@ -213,7 +213,7 @@ abstract class FilterWidgetBase extends BetterExposedFiltersWidgetBase implement
if
(
$is_secondary
)
{
// Move secondary elements.
$
form
[
$field_id
.
'_collapsible'
][
'#group'
]
=
'secondary'
;
$
this
->
addElementToGroup
(
$form
,
$form_state
,
$field_id
.
'_collapsible'
,
'secondary'
)
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment