auto-generated commit message

This commit is contained in:
Marc Kreidler 2026-02-24 21:37:08 +01:00
parent dcfeb1b252
commit d141e70765

View file

@ -150,7 +150,7 @@ class ProjectBomEntriesDataTable implements DataTableTypeInterface
->add('manufacturing_status', EnumColumn::class, [
'label' => $this->translator->trans('part.table.manufacturingStatus'),
'class' => ManufacturingStatus::class,
'render' => function (?ManufacturingStatus $status, Part $context): string {
'render' => function (?ManufacturingStatus $status, ProjectBOMEntry $context): string {
if ($status === null) {
return '';
}