mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-01 14:04:30 +02:00
Allow to specify which label profiles are shown in dropdown.
This commit is contained in:
parent
3804e2534d
commit
8b372a3443
8 changed files with 64 additions and 80 deletions
|
@ -33,9 +33,9 @@ class LabelProfileDropdownHelper
|
|||
private $entityManager;
|
||||
private $keyGenerator;
|
||||
|
||||
public function __construct(TagAwareCacheInterface $cache, EntityManagerInterface $entityManager, UserCacheKeyGenerator $keyGenerator)
|
||||
public function __construct(TagAwareCacheInterface $treeCache, EntityManagerInterface $entityManager, UserCacheKeyGenerator $keyGenerator)
|
||||
{
|
||||
$this->cache = $cache;
|
||||
$this->cache = $treeCache;
|
||||
$this->entityManager = $entityManager;
|
||||
$this->keyGenerator = $keyGenerator;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue