Créer un composant pour afficher une liste des tickets

This commit is contained in:
Boris Waaub
2025-07-16 09:04:57 +00:00
committed by Julien Fastré
parent c5e6122d2c
commit b7c9b60744
30 changed files with 745 additions and 417 deletions

View File

@@ -282,12 +282,12 @@ class TicketNormalizerTest extends KernelTestCase
'currentState',
'emergency',
'caller',
'createdAt',
];
// Keys that should not be present in read:simple normalization
$unexpectedKeys = [
'history',
'createdAt',
'updatedAt',
'updatedBy',
'createdBy',