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
cf729a4d
Commit
cf729a4d
authored
Sep 12, 2019
by
Martin Keereman
Browse files
Skip new config versions
parent
de66d3db
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
better_exposed_filters.install
better_exposed_filters.install
+5
-0
No files found.
better_exposed_filters.install
View file @
cf729a4d
...
...
@@ -59,6 +59,11 @@ function better_exposed_filters_update_8001() {
}
// Filter settings.
else
{
// This would indicate a newer version of the config already.
if
(
$type
===
'filter'
)
{
continue
;
}
$field_name
=
$type
;
$bef_settings
[
'filter'
][
$field_name
]
=
[
'plugin_id'
=>
$option
[
'bef_format'
]
??
'default'
...
...
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