Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fiches salarié : Corriger définitivement la sérialisation des vieilles archives JSON #5326

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

rsebille
Copy link
Contributor

@rsebille rsebille commented Jan 2, 2025

🤔 Pourquoi ?

Car pendant un certain temps c'était la sérialisation JSON de la sérialisation JSON de l'archive qui était stockée : "{\"numLigne\":124,\"typeMouvement\":\"C\",...}"
Alors que l'on veux juste la sérialisation JSON : {"numLigne":124,"typeMouvement":"C",...}

Commits associés :

@rsebille rsebille added the no-changelog Ne doit pas figurer dans le journal des changements. label Jan 2, 2025
@rsebille rsebille self-assigned this Jan 2, 2025
@rsebille rsebille force-pushed the rsebille/er-fix-archived-json-as-string branch from e232613 to 307963f Compare January 2, 2025 11:26
Copy link
Contributor

@xavfernandez xavfernandez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@rsebille rsebille added this pull request to the merge queue Jan 6, 2025
Merged via the queue into master with commit 646bacf Jan 6, 2025
11 checks passed
@rsebille rsebille deleted the rsebille/er-fix-archived-json-as-string branch January 6, 2025 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog Ne doit pas figurer dans le journal des changements.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants