Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
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
drupal
Merge requests
!6687
Allow media_library to add contextual filters properly.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Allow media_library to add contextual filters properly.
issue/drupal-3401726:3401726-medialibraryui-contextual-filter
into
11.x
Overview
4
Commits
9
Pipelines
15
Changes
2
4 unresolved threads
Hide all comments
Open
Si Hobbs
requested to merge
issue/drupal-3401726:3401726-medialibraryui-contextual-filter
into
11.x
1 year ago
Overview
4
Commits
9
Pipelines
15
Changes
2
4 unresolved threads
Hide all comments
Expand
Closes
#3401726
0
0
Merge request reports
Compare
11.x
version 11
ffcfbcb5
8 months ago
version 10
6cc3d107
8 months ago
version 9
ccb84605
8 months ago
version 8
e3dbcc37
8 months ago
version 7
f762f100
8 months ago
version 6
78da8ab9
8 months ago
version 5
a8d75153
8 months ago
version 4
d99d9049
8 months ago
version 3
292e3454
8 months ago
version 2
22153569
11 months ago
version 1
7bb3d89f
1 year ago
11.x (HEAD)
and
latest version
latest version
fe688403
9 commits,
8 months ago
version 11
ffcfbcb5
9 commits,
8 months ago
version 10
6cc3d107
8 commits,
8 months ago
version 9
ccb84605
7 commits,
8 months ago
version 8
e3dbcc37
7 commits,
8 months ago
version 7
f762f100
6 commits,
8 months ago
version 6
78da8ab9
5 commits,
8 months ago
version 5
a8d75153
4 commits,
8 months ago
version 4
d99d9049
3 commits,
8 months ago
version 3
292e3454
2 commits,
8 months ago
version 2
22153569
1 commit,
11 months ago
version 1
7bb3d89f
1 commit,
1 year ago
2 files
+
110
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
core/modules/media_library/src/MediaLibraryUiBuilder.php
+
1
−
1
Options
@@ -339,7 +339,7 @@ protected function buildMediaLibraryView(MediaLibraryState $state) {
$view_executable
->
preExecute
(
$args
);
$view_executable
->
execute
(
$display_id
);
return
$view_executable
->
buildRenderable
(
$display_id
,
$args
,
FALSE
);
return
$view_executable
->
buildRenderable
(
$display_id
,
[]
,
FALSE
);
}
}
Loading