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
!7351
The patch uploaded in comment 81. Allows grouping by HTML elements.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
The patch uploaded in comment 81. Allows grouping by HTML elements.
issue/drupal-1383696:drupal-1383696-82
into
11.x
Overview
8
Commits
17
Pipelines
22
Changes
13
Open
Max Bronsema
requested to merge
issue/drupal-1383696:drupal-1383696-82
into
11.x
1 year ago
Overview
8
Commits
17
Pipelines
22
Changes
13
Expand
This patch appears to work on a local 11.x install.
0
0
Merge request reports
Compare
11.x
version 21
892a537e
1 month ago
version 20
ef9a5f2b
1 month ago
version 19
e8cd41a4
1 month ago
version 18
1049da06
2 months ago
version 17
971c3b31
10 months ago
version 16
063a167b
11 months ago
version 15
ad0f1b9f
1 year ago
version 14
a49a0f0c
1 year ago
version 13
04d94666
1 year ago
version 12
eaf414b7
1 year ago
version 11
e52f5645
1 year ago
version 10
d2596bdb
1 year ago
version 9
ed0ec64b
1 year ago
version 8
6c1d021a
1 year ago
version 7
d2f7645d
1 year ago
version 6
1251e3eb
1 year ago
version 5
578cdbf5
1 year ago
version 4
aa3ac2b0
1 year ago
version 3
69dbeb3d
1 year ago
version 2
0572fcea
1 year ago
version 1
13e9d32f
1 year ago
11.x (base)
and
latest version
latest version
39368b50
17 commits,
1 month ago
version 21
892a537e
16 commits,
1 month ago
version 20
ef9a5f2b
15 commits,
1 month ago
version 19
e8cd41a4
14 commits,
1 month ago
version 18
1049da06
13 commits,
2 months ago
version 17
971c3b31
12 commits,
10 months ago
version 16
063a167b
10 commits,
11 months ago
version 15
ad0f1b9f
11 commits,
1 year ago
version 14
a49a0f0c
11 commits,
1 year ago
version 13
04d94666
84 commits,
1 year ago
version 12
eaf414b7
9 commits,
1 year ago
version 11
e52f5645
74 commits,
1 year ago
version 10
d2596bdb
73 commits,
1 year ago
version 9
ed0ec64b
71 commits,
1 year ago
version 8
6c1d021a
70 commits,
1 year ago
version 7
d2f7645d
69 commits,
1 year ago
version 6
1251e3eb
68 commits,
1 year ago
version 5
578cdbf5
67 commits,
1 year ago
version 4
aa3ac2b0
57 commits,
1 year ago
version 3
69dbeb3d
3 commits,
1 year ago
version 2
0572fcea
2 commits,
1 year ago
version 1
13e9d32f
1 commit,
1 year ago
13 files
+
237
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
core/modules/views/src/Plugin/views/style/DefaultStyle.php
+
7
−
0
Options
@@ -33,4 +33,11 @@ class DefaultStyle extends StylePluginBase {
*/
protected
$usesRowClass
=
TRUE
;
/**
* Should grouping fields use a wrapping element tag.
*
* @var bool
*/
protected
bool
$usesGroupingLabelElement
=
TRUE
;
}
Loading