Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
better_exposed_filters
Commits
04134b7a
Commit
04134b7a
authored
Apr 17, 2020
by
Martin Keereman
Browse files
Issue #3118778 by rhigginsME: Input required not being honored in when selected
parent
b2e47db4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Plugin/views/exposed_form/BetterExposedFilters.php
src/Plugin/views/exposed_form/BetterExposedFilters.php
+1
-1
No files found.
src/Plugin/views/exposed_form/BetterExposedFilters.php
View file @
04134b7a
...
...
@@ -813,7 +813,7 @@ class BetterExposedFilters extends InputRequired {
protected
function
exposedFilterApplied
()
{
// If the input required option is set, check to see if a filter option has
// been set.
if
(
!
empty
(
$this
->
options
[
'input_required'
]))
{
if
(
!
empty
(
$this
->
options
[
'
bef'
][
'general'
][
'
input_required'
]))
{
return
parent
::
exposedFilterApplied
();
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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