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
!7380
Split up system/base library.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Split up system/base library.
issue/drupal-2880237:2880237-system-base-libraries
into
11.x
Overview
10
Commits
18
Pipelines
14
Changes
29
Open
catch
requested to merge
issue/drupal-2880237:2880237-system-base-libraries
into
11.x
1 year ago
Overview
9
Commits
18
Pipelines
14
Changes
29
Expand
Closes
#2880237
0
0
Merge request reports
Compare
11.x
version 13
8cd142fe
1 year ago
version 12
3db9d623
1 year ago
version 11
7713d7fe
1 year ago
version 10
a758269a
1 year ago
version 9
0593654c
1 year ago
version 8
ed4ea6a5
1 year ago
version 7
5fa4a78e
1 year ago
version 6
b30c20e8
1 year ago
version 5
22c50f6e
1 year ago
version 4
ec363edf
1 year ago
version 3
27c97ad6
1 year ago
version 2
61830fbb
1 year ago
version 1
187eaeae
1 year ago
11.x (base)
and
latest version
latest version
fe3e55c8
18 commits,
1 year ago
version 13
8cd142fe
17 commits,
1 year ago
version 12
3db9d623
16 commits,
1 year ago
version 11
7713d7fe
15 commits,
1 year ago
version 10
a758269a
14 commits,
1 year ago
version 9
0593654c
13 commits,
1 year ago
version 8
ed4ea6a5
12 commits,
1 year ago
version 7
5fa4a78e
10 commits,
1 year ago
version 6
b30c20e8
8 commits,
1 year ago
version 5
22c50f6e
7 commits,
1 year ago
version 4
ec363edf
6 commits,
1 year ago
version 3
27c97ad6
5 commits,
1 year ago
version 2
61830fbb
4 commits,
1 year ago
version 1
187eaeae
1 commit,
1 year ago
29 files
+
264
−
50
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
29
Search (e.g. *.vue) (Ctrl+P)
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
core/lib/Drupal/Core/Render/Element/Fieldgroup.php
+
1
−
0
Options
@@ -22,6 +22,7 @@ class Fieldgroup extends Fieldset {
public
function
getInfo
()
{
return
[
'#attributes'
=>
[
'class'
=>
[
'fieldgroup'
]],
'#attach'
=>
[
'library'
=>
[
'core/drupal.fieldgroup'
]],
]
+
parent
::
getInfo
();
}
Loading