mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 02:38:50 +02:00
Fixed exception when accessing the group admin page
This commit is contained in:
parent
34d0381e83
commit
34573bb5e6
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class Group extends AbstractStructuralDBElement implements HasPermissionsInterfa
|
||||||
protected $enforce2FA = false;
|
protected $enforce2FA = false;
|
||||||
/**
|
/**
|
||||||
* @var Collection<int, GroupAttachment>
|
* @var Collection<int, GroupAttachment>
|
||||||
* @ORM\OneToMany(targetEntity="App\Entity\Attachments\ManufacturerAttachment", mappedBy="element", cascade={"persist", "remove"}, orphanRemoval=true)
|
* @ORM\OneToMany(targetEntity="App\Entity\Attachments\GroupAttachment", mappedBy="element", cascade={"persist", "remove"}, orphanRemoval=true)
|
||||||
* @ORM\OrderBy({"name" = "ASC"})
|
* @ORM\OrderBy({"name" = "ASC"})
|
||||||
* @Assert\Valid()
|
* @Assert\Valid()
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue