Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
exclude_node_title
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
exclude_node_title
Merge requests
!7
Issue
#3160620
: Title exclusion is overridden if Layout Builder layout has title field
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#3160620
: Title exclusion is overridden if Layout Builder layout has title field
issue/exclude_node_title-3160620:3160620-title-exclusion-is
into
8.x-1.x
Overview
0
Commits
2
Pipelines
0
Changes
1
Closed
Sahana N
requested to merge
issue/exclude_node_title-3160620:3160620-title-exclusion-is
into
8.x-1.x
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
8.x-1.x
version 1
c211788c
1 year ago
8.x-1.x (base)
and
latest version
latest version
587e1171
2 commits,
9 months ago
version 1
c211788c
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/ExcludeNodeTitleManager.php
+
1
−
1
Options
@@ -262,7 +262,7 @@ class ExcludeNodeTitleManager implements ExcludeNodeTitleManagerInterface {
elseif
(
$this
->
isRenderRemove
())
{
$vars
[
'label'
][
'#title'
]
=
new
HtmlEscapedText
(
''
);
$vars
[
'label'
][
'#markup'
]
=
new
HtmlEscapedText
(
''
);
$vars
[
'
label
'
][
0
]
[
'#context'
][
'value'
]
=
''
;
unset
(
$vars
[
"
label
"
][
0
]
)
;
}
}
break
;
Loading