mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 01:49:05 +02:00
Show the creating or last editing user in part or structure info.
This commit is contained in:
parent
8a7b90d0ea
commit
73c2aa232d
7 changed files with 152 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue