Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
views_bootstrap
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
views_bootstrap
Commits
61bbf93a
Commit
61bbf93a
authored
11 months ago
by
Shelane French
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3452105
: TypeError: array_filter(): Argument
#1
parent
e069cc2e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#191857
passed with warnings
11 months ago
Stage: build
Stage: validate
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Plugin/views/style/ViewsBootstrapAccordion.php
+1
-1
1 addition, 1 deletion
src/Plugin/views/style/ViewsBootstrapAccordion.php
src/Plugin/views/style/ViewsBootstrapTable.php
+1
-1
1 addition, 1 deletion
src/Plugin/views/style/ViewsBootstrapTable.php
with
2 additions
and
2 deletions
src/Plugin/views/style/ViewsBootstrapAccordion.php
+
1
−
1
View file @
61bbf93a
...
...
@@ -43,7 +43,7 @@ class ViewsBootstrapAccordion extends StylePluginBase {
$options
[
'label_field'
]
=
[
'default'
=>
NULL
];
$options
[
'flush'
]
=
[
'default'
=>
FALSE
];
$options
[
'behavior'
]
=
[
'default'
=>
'closed'
];
$options
[
'sections'
]
=
[
'default'
=>
NULL
];
$options
[
'sections'
]
=
[
'default'
=>
[]
];
return
$options
;
}
...
...
This diff is collapsed.
Click to expand it.
src/Plugin/views/style/ViewsBootstrapTable.php
+
1
−
1
View file @
61bbf93a
...
...
@@ -28,7 +28,7 @@ class ViewsBootstrapTable extends Table {
$options
=
parent
::
defineOptions
();
$options
[
'table_class_custom'
]
=
[
'default'
=>
NULL
];
$options
[
'responsive'
]
=
[
'default'
=>
FALSE
];
$options
[
'bootstrap_styles'
]
=
[
'default'
=>
NULL
];
$options
[
'bootstrap_styles'
]
=
[
'default'
=>
[]
];
return
$options
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment