mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 18:03:37 +02:00
Allow to undo a change from event log.
This commit is contained in:
parent
15d25cf2b2
commit
5a5d7b24be
24 changed files with 659 additions and 30 deletions
|
@ -46,7 +46,7 @@ use App\Entity\Base\AbstractNamedDBElement;
|
|||
use App\Helpers\Trees\TreeViewNode;
|
||||
use Doctrine\ORM\EntityRepository;
|
||||
|
||||
class NamedDBElementRepository extends EntityRepository
|
||||
class NamedDBElementRepository extends DBElementRepository
|
||||
{
|
||||
/**
|
||||
* Gets a tree of TreeViewNode elements. The root elements has $parent as parent.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue