mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-06 15:30:13 +01:00
Show the creating or last editing user in part or structure info.
This commit is contained in:
@@ -129,7 +129,7 @@ abstract class AbstractLogEntry extends AbstractDBElement
|
||||
];
|
||||
|
||||
/** @var User The user which has caused this log entry
|
||||
* @ORM\ManyToOne(targetEntity="App\Entity\UserSystem\User")
|
||||
* @ORM\ManyToOne(targetEntity="App\Entity\UserSystem\User", fetch="EAGER")
|
||||
* @ORM\JoinColumn(name="id_user", nullable=false)
|
||||
*/
|
||||
protected $user;
|
||||
|
||||
Reference in New Issue
Block a user