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
!11441
Resolve
#2880154
"Revisionable comments"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Resolve
#2880154
"Revisionable comments"
issue/drupal-2880154:2880154-revisionable-comments
into
11.x
Overview
0
Commits
24
Pipelines
14
Changes
28
Open
Robert Phillips
requested to merge
issue/drupal-2880154:2880154-revisionable-comments
into
11.x
3 months ago
Overview
0
Commits
24
Pipelines
14
Changes
28
Expand
Closes
#2880154
0
0
Merge request reports
Compare
11.x
version 14
82e68113
2 months ago
version 13
c226ba26
3 months ago
version 12
6005a814
3 months ago
version 11
eeeea79f
3 months ago
version 10
dc1986c3
3 months ago
version 9
267999c5
3 months ago
version 8
8282e93d
3 months ago
version 7
2c755619
3 months ago
version 6
7af0aebd
3 months ago
version 5
e60c85f1
3 months ago
version 4
fd6b3bf0
3 months ago
version 3
a395ccef
3 months ago
version 2
ab50a947
3 months ago
version 1
bc78b868
3 months ago
11.x (HEAD)
and
latest version
latest version
c226ba26
24 commits,
2 months ago
version 14
82e68113
25 commits,
2 months ago
version 13
c226ba26
24 commits,
3 months ago
version 12
6005a814
23 commits,
3 months ago
version 11
eeeea79f
21 commits,
3 months ago
version 10
dc1986c3
20 commits,
3 months ago
version 9
267999c5
19 commits,
3 months ago
version 8
8282e93d
17 commits,
3 months ago
version 7
2c755619
15 commits,
3 months ago
version 6
7af0aebd
14 commits,
3 months ago
version 5
e60c85f1
13 commits,
3 months ago
version 4
fd6b3bf0
12 commits,
3 months ago
version 3
a395ccef
11 commits,
3 months ago
version 2
ab50a947
9 commits,
3 months ago
version 1
bc78b868
8 commits,
3 months ago
28 files
+
699
−
66
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
28
Search (e.g. *.vue) (Ctrl+P)
core/modules/comment/config/schema/comment.schema.yml
+
3
−
0
Options
@@ -40,6 +40,9 @@ comment.type.*:
description
:
type
:
text
label
:
'
Description'
new_revision
:
type
:
boolean
label
:
'
Whether
a
new
revision
should
be
created
by
default'
field.storage_settings.comment
:
type
:
mapping
Loading