Skip to content
Snippets Groups Projects

Issue #3347291: Combine field storage and field instance forms

Open Srishti Bankar requested to merge issue/drupal-3347291:3347291-combined-forms into 11.x
Compare and Show latest version
15 files
+ 171
153
Compare changes
  • Side-by-side
  • Inline
Files
15
@@ -173,7 +173,7 @@ protected function formMultipleElements(FieldItemListInterface $items, array &$f
break;
default:
$max = ((int) $cardinality) - 1;
$max = $cardinality - 1;
break;
}
Loading