Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bulk_edit_terms
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
bulk_edit_terms
Merge requests
!3
Resolve
#3407869
"Additional check"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve
#3407869
"Additional check"
issue/bulk_edit_terms-3407869:3407869-additional-check
into
8.x-1.x
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Resolve #3407869 "Additional check"
Fran Garcia-Linares
requested to merge
issue/bulk_edit_terms-3407869:3407869-additional-check
into
8.x-1.x
Dec 11, 2023
Overview
0
Commits
1
Pipelines
2
Changes
1
Closes
#3407869
0
0
Merge request reports
Compare
8.x-1.x
version 1
7697d320
Dec 11, 2023
8.x-1.x (base)
and
latest version
latest version
7697d320
1 commit,
Dec 11, 2023
version 1
7697d320
1 commit,
Dec 11, 2023
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Form/NodeSelectTerms.php
+
1
−
1
View file @ 7697d320
Edit in single-file editor
Open in Web IDE
Show full file
@@ -120,7 +120,7 @@ class NodeSelectTerms extends ConfirmFormBase {
$field
->
getSettings
()[
'handler_settings'
][
'auto_create'
]
:
FALSE
;
$auto_create_bundle
=
(
$auto_create
)
?
$auto_create_bundle
=
(
$auto_create
&&
!
empty
(
$field_settings
[
'handler_settings'
][
'auto_create_bundle'
])
)
?
$field_settings
[
'handler_settings'
][
'auto_create_bundle'
]
:
NULL
;
Loading