-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi!
During installation, the field collection is only created but not filled with fields. I did not see any errors during the installation process. Error logs also show nothing. However, if I understand correctly, the structure of the import JSON has changed. This may be the reason.
Tested with Pim 11.1.5 (Admin 1.3.4) and 11.2.1 (1.4.0)
DataQualityFieldDefinition.php:
<?php
/**
* Fields Summary:
*/
return \Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array(
'dao' => NULL,
'key' => 'DataQualityFieldDefinition',
'parentClass' => '',
'implementsInterfaces' => '',
'title' => 'dataQualityConfig.text.title',
'group' => '',
'layoutDefinitions' =>
\Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
'name' => NULL,
'type' => NULL,
'region' => NULL,
'title' => NULL,
'width' => 0,
'height' => 0,
'collapsible' => false,
'collapsed' => false,
'bodyStyle' => NULL,
'datatype' => 'layout',
'children' =>
array (
),
'locked' => false,
'blockedVarsForExport' =>
array (
),
'fieldtype' => 'panel',
'layout' => NULL,
'border' => false,
'icon' => NULL,
'labelWidth' => 100,
'labelAlign' => 'left',
)),
'fieldDefinitionsCache' => NULL,
'blockedVarsForExport' =>
array (
),
));
Best regards
Andreas
Metadata
Metadata
Assignees
Labels
No labels