mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 10:18:56 +02:00
Fixed an error that prevented to create a new user.
Also added some validation constraints.
This commit is contained in:
parent
90d449ea22
commit
0dd20394cb
2 changed files with 9 additions and 7 deletions
|
@ -33,17 +33,15 @@ namespace App\Controller;
|
|||
|
||||
|
||||
use App\Controller\AdminPages\BaseAdminController;
|
||||
use App\Entity\Parts\Category;
|
||||
use App\Entity\UserSystem\Group;
|
||||
use App\Form\AdminPages\CategoryAdminForm;
|
||||
use App\Form\AdminPages\GroupAdminForm;
|
||||
use App\Services\EntityExporter;
|
||||
use App\Services\EntityImporter;
|
||||
use App\Services\StructuralElementRecursionHelper;
|
||||
use Doctrine\ORM\EntityManagerInterface;
|
||||
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
use Symfony\Component\Routing\Annotation\Route;
|
||||
|
||||
/**
|
||||
* @Route("/group")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue