mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-20 19:05:14 +02:00
parent
4f70e9fe5a
commit
be47680b60
4 changed files with 18 additions and 1 deletions
|
@ -131,6 +131,9 @@ class PartBaseType extends AbstractType
|
|||
'label' => 'part.edit.category',
|
||||
'disable_not_selectable' => true,
|
||||
'disabled' => ! $this->security->isGranted('category.edit', $part),
|
||||
'constraints' => [
|
||||
|
||||
]
|
||||
])
|
||||
->add('footprint', StructuralEntityType::class, [
|
||||
'class' => Footprint::class,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue