Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
bb6730d5
Commit
bb6730d5
authored
May 06, 2014
by
webchick
Browse files
Issue
#1932074
follow-up by andypost: Remove duplicated #type declaration.
parent
396cacba
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/field_ui/lib/Drupal/field_ui/Form/FieldEditForm.php
View file @
bb6730d5
...
...
@@ -110,9 +110,6 @@ public function buildForm(array $form, array &$form_state, FieldInstanceConfigIn
// Build the configurable field values.
$cardinality
=
$field
->
getCardinality
();
$form
[
'field'
][
'cardinality_container'
]
=
array
(
// We can't use the container element because it doesn't support the title
// or description properties.
'#type'
=>
'item'
,
// Reset #parents to 'field', so the additional container does not appear.
'#parents'
=>
array
(
'field'
),
'#type'
=>
'fieldset'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment