Details
-
Bug
-
Resolution: Fixed
-
High
-
1.5.1, 1.6.0
-
None
Description
in vendor/ezsystems/repository-forms/lib/FieldType/Mapper/TextBlockFormMapper.php at line 49
Replace all occurrences of
reset($fieldDefinition->getNames())
with:
$names = $fieldDefinition->getNames();
reset($names);