Merge pull request #1136 from openclassify/muammertop

product configuration error fix
This commit is contained in:
Fatih Alp 2021-08-10 14:19:31 +03:00 committed by GitHub
commit 4556dbd2b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ class OptionConfigurationFormFields
'label' => $option->getName(),
'required' => true,
'config' => [
'options' => $optionValue->pluck('name','id')->all(),
'options' => $optionValue->pluck('title','id')->all(),
]
];
}