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
!4355
Issue
#3271688
: Media Mappings breaking revisions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#3271688
: Media Mappings breaking revisions
issue/drupal-3271688:3271688-hide-source-option
into
11.x
Overview
28
Commits
28
Pipelines
15
Changes
8
Closed
Stephen Mustgrave
requested to merge
issue/drupal-3271688:3271688-hide-source-option
into
11.x
1 year ago
Overview
17
Commits
28
Pipelines
15
Changes
8
Expand
0
0
Merge request reports
Compare
11.x
version 25
64577ed7
1 year ago
version 24
7d3d2e50
1 year ago
version 23
fd96cedd
1 year ago
version 22
c96df061
1 year ago
version 21
514e04aa
1 year ago
version 20
6fafc9b4
1 year ago
version 19
84466cb5
1 year ago
version 18
c41e1592
1 year ago
version 17
3152bb8c
1 year ago
version 16
b81614ad
1 year ago
version 15
01af1c1d
1 year ago
version 14
d70efa40
1 year ago
version 13
8136f97d
1 year ago
version 12
e2ebea8b
1 year ago
version 11
b63ea53b
1 year ago
version 10
528f52eb
1 year ago
version 9
f027bb79
1 year ago
version 8
87a96b33
1 year ago
version 7
7fa667c0
1 year ago
version 6
51843cfd
1 year ago
version 5
d4dc08ca
1 year ago
version 4
6a814a3d
1 year ago
version 3
6e65ff93
1 year ago
version 2
7d418a88
1 year ago
version 1
c3186efe
1 year ago
11.x (base)
and
latest version
latest version
15160819
28 commits,
1 year ago
version 25
64577ed7
27 commits,
1 year ago
version 24
7d3d2e50
26 commits,
1 year ago
version 23
fd96cedd
25 commits,
1 year ago
version 22
c96df061
21 commits,
1 year ago
version 21
514e04aa
20 commits,
1 year ago
version 20
6fafc9b4
19 commits,
1 year ago
version 19
84466cb5
18 commits,
1 year ago
version 18
c41e1592
17 commits,
1 year ago
version 17
3152bb8c
16 commits,
1 year ago
version 16
b81614ad
15 commits,
1 year ago
version 15
01af1c1d
14 commits,
1 year ago
version 14
d70efa40
13 commits,
1 year ago
version 13
8136f97d
12 commits,
1 year ago
version 12
e2ebea8b
11 commits,
1 year ago
version 11
b63ea53b
15 commits,
1 year ago
version 10
528f52eb
13 commits,
1 year ago
version 9
f027bb79
11 commits,
1 year ago
version 8
87a96b33
10 commits,
1 year ago
version 7
7fa667c0
8 commits,
1 year ago
version 6
51843cfd
7 commits,
1 year ago
version 5
d4dc08ca
6 commits,
1 year ago
version 4
6a814a3d
4 commits,
1 year ago
version 3
6e65ff93
3 commits,
1 year ago
version 2
7d418a88
2 commits,
1 year ago
version 1
c3186efe
1 commit,
1 year ago
8 files
+
246
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
core/modules/media/src/Entity/MediaType.php
+
1
−
0
Options
@@ -61,6 +61,7 @@
* },
* constraints = {
* "ImmutableProperties" = {"id", "source"},
* "MediaMappingsConstraint" = { },
* }
* )
*/
Loading