N°8772 - Form dependencies manager implementation

This commit is contained in:
Benjamin Dalsass
2025-10-17 09:03:45 +02:00
parent 5bc453bca6
commit cdfded766f
15 changed files with 1079 additions and 17 deletions

View File

@@ -26,6 +26,7 @@ use Combodo\iTop\Application\WebPage\ErrorPage;
use Combodo\iTop\Application\WebPage\iTopWebPage;
use Combodo\iTop\Application\WebPage\WebPage;
use Combodo\iTop\Controller\AbstractController;
use Combodo\iTop\Forms\Forms;
use Dict;
use Exception;
use ExecutionKPI;
@@ -44,7 +45,6 @@ use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\Form\FormFactoryBuilderInterface;
use Symfony\Component\Form\FormInterface;
use Symfony\Component\Form\FormRenderer;
use Symfony\Component\Form\Forms;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\Security\Csrf\CsrfTokenManager;
use Twig\Error\Error;