mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-21 18:39:31 +00:00
Fixed code style.
This commit is contained in:
parent
2853e471c4
commit
d0b1024d80
212 changed files with 495 additions and 1005 deletions
|
|
@ -52,7 +52,7 @@ class FootprintAdminForm extends BaseEntityAdminForm
|
|||
{
|
||||
$builder->add('footprint_3d', MasterPictureAttachmentType::class, [
|
||||
'required' => false,
|
||||
'disabled' => ! $this->security->isGranted(null === $entity->getID() ? 'create' : 'edit', $entity),
|
||||
'disabled' => !$this->security->isGranted(null === $entity->getID() ? 'create' : 'edit', $entity),
|
||||
'label' => 'footprint.edit.3d_model',
|
||||
'filter' => '3d_model',
|
||||
'entity' => $entity,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue