mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-14 06:09:33 +00:00
Benutzerdefinierten Bauteilstatus einführen
This commit is contained in:
parent
e1418dfdc1
commit
0943c43841
57 changed files with 1312 additions and 14 deletions
|
|
@ -24,6 +24,7 @@ namespace App\Twig;
|
|||
|
||||
use App\Entity\Attachments\Attachment;
|
||||
use App\Entity\Base\AbstractDBElement;
|
||||
use App\Entity\Parts\PartCustomState;
|
||||
use App\Entity\ProjectSystem\Project;
|
||||
use App\Entity\LabelSystem\LabelProfile;
|
||||
use App\Entity\Parts\Category;
|
||||
|
|
@ -115,6 +116,7 @@ final class EntityExtension extends AbstractExtension
|
|||
Currency::class => 'currency',
|
||||
MeasurementUnit::class => 'measurement_unit',
|
||||
LabelProfile::class => 'label_profile',
|
||||
PartCustomState::class => 'part_custom_state',
|
||||
];
|
||||
|
||||
foreach ($map as $class => $type) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue