Checkpoint: Corrections multiples : 1) Bug de statut d'attestation résolu - le statut passe maintenant à "Aucune attestation" après suppression. 2) Erreur de validation du template attestation corrigée - ajout de "attestation" dans l'enum des types de templates autorisés. 3) Interface de chargement d'attestations modernisée. Déployé sur le VPS de production.
This commit is contained in:
@@ -1367,7 +1367,7 @@ export const appRouter = router({
|
||||
|
||||
upsert: adminProcedure
|
||||
.input(z.object({
|
||||
type: z.enum(["inscription", "teaser", "rappel1", "rappel2", "rappel3", "rappel4", "rappel5", "rappel6", "reset_password"]),
|
||||
type: z.enum(["inscription", "teaser", "rappel1", "rappel2", "rappel3", "rappel4", "rappel5", "rappel6", "reset_password", "attestation"]),
|
||||
titre: z.string(),
|
||||
bodyContent: z.string(),
|
||||
couleurPrincipale: z.string(),
|
||||
|
||||
Reference in New Issue
Block a user