mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 18:28:49 +02:00
parent
a50fec2e8b
commit
5a733b3261
2 changed files with 0 additions and 3 deletions
|
@ -269,7 +269,6 @@ abstract class BaseAdminController extends AbstractController
|
|||
|
||||
$this->commentHelper->setMessage($form['log_comment']->getData());
|
||||
|
||||
dump($new_entity);
|
||||
$em->persist($new_entity);
|
||||
$em->flush();
|
||||
$this->addFlash('success', 'entity.created_flash');
|
||||
|
|
|
@ -70,8 +70,6 @@ class PermissionResolver
|
|||
$this->is_debug = $kernel_debug;
|
||||
|
||||
$this->permission_structure = $this->generatePermissionStructure();
|
||||
|
||||
//dump($this->permission_structure);
|
||||
}
|
||||
|
||||
public function getPermissionStructure(): array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue