exports: fix errors and depreciations

This commit is contained in:
2022-07-12 13:07:48 +02:00
parent 9fa3d596bb
commit e9fca1288a
3 changed files with 5 additions and 4 deletions

View File

@@ -188,7 +188,7 @@ class CustomFieldChoice extends AbstractCustomField
$choices = [];
foreach ($cf->getOptions()[self::CHOICES] as $choice) {
if (false === $choices['active']) {
if (false === $choice['active']) {
continue;
}
$choices[$choice['slug']] = $this->translatableStringHelper