infrastructure for normalizing form config [WIP]

This commit is contained in:
2025-02-21 13:49:35 +01:00
parent 057c34610d
commit 1f1d38acef
10 changed files with 336 additions and 5 deletions

View File

@@ -148,7 +148,8 @@ class ExportController extends AbstractController
new Envelope(
new ExportRequestGenerationMessage($exportGeneration),
[new AuthenticationStamp($this->security->getUser())]
));
)
);
return new Response('Ok: '.$exportGeneration->getId()->toString());
}