-
Notifications
You must be signed in to change notification settings - Fork 1
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
[MISSION] Garder le formulaire des infractions ouverts #1493
Conversation
@@ -31,7 +31,12 @@ export function useSyncFormValuesWithRedux(isAutoSaveEnabled: boolean) { | |||
const isFormDirty = isMissionFormDirty() | |||
|
|||
dispatch( | |||
missionFormsActions.setMission({ activeActionId, engagedControlUnit, isFormDirty, missionForm: newValues }) | |||
missionFormsActions.setMission({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
même remarque que dans ma précédente PR, mais pourquoi récupérer un objet (ligne 22) du state pour ensuite le ré-injecter tel quel ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Car l'action redux qui met à jour le formulaire automatiquement (synchro des missions) ne reprenait pas toutes les props et se déclenche régulièrement. C'est réglé !
@maximeperrault il y a un souci quand on clique sur un signalement rattaché, le formulaire ne s'affiche pas et la card de la timeline ne se met pas avec la bordure bleue |
@claire2212 Merci pour ta vigilance, j'ai rien qui pétait dans les tests. Tout ça pour une histoire de cast d'ID... |
Related Pull Requests & Issues