mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -06:00
Merge pull request #1136 from openclassify/muammertop
product configuration error fix
This commit is contained in:
commit
4556dbd2b2
@ -29,7 +29,7 @@ class OptionConfigurationFormFields
|
|||||||
'label' => $option->getName(),
|
'label' => $option->getName(),
|
||||||
'required' => true,
|
'required' => true,
|
||||||
'config' => [
|
'config' => [
|
||||||
'options' => $optionValue->pluck('name','id')->all(),
|
'options' => $optionValue->pluck('title','id')->all(),
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user