Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
views_block_override
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_block_override
Merge requests
!22
Remove usesExposed and displaysExposed
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove usesExposed and displaysExposed
issue/views_block_override-3403750:3403750-better-exposed-filters
into
1.2.x
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Tim Diels
requested to merge
issue/views_block_override-3403750:3403750-better-exposed-filters
into
1.2.x
1 year ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Closes
#3403750
0
0
Merge request reports
Compare
1.2.x
version 2
06c83563
1 year ago
version 1
e1150940
1 year ago
1.2.x (base)
and
latest version
latest version
5e2a3430
1 commit,
1 month ago
version 2
06c83563
1 commit,
1 year ago
version 1
e1150940
1 commit,
1 year ago
1 file
+
0
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Plugin/views/display/ViewsBlockOverride.php
+
0
−
14
Options
@@ -444,20 +444,6 @@ class ViewsBlockOverride extends Block {
return
parent
::
execute
();
}
/**
* {@inheritdoc}
*/
public
function
usesExposed
()
{
return
TRUE
;
}
/**
* {@inheritdoc}
*/
public
function
displaysExposed
()
{
return
FALSE
;
}
/**
* Provide the default form for setting options.
*/
Loading