Skip to content

Commit

Permalink
Corrige la sauvegarde lors du retour au score auto
Browse files Browse the repository at this point in the history
  • Loading branch information
mariheck committed Oct 13, 2023
1 parent d107742 commit 1daf877
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,14 @@ export const ActionStatusDropdown = ({
modified_by: statut?.modified_by,
});
}, 100);
} else if (action.type === 'sous-action') {
saveActionStatut({
...args,
avancement: 'non_renseigne',
concerne: true,
modified_at: statut?.modified_at,
modified_by: statut?.modified_by,
});
}
};

Expand Down

0 comments on commit 1daf877

Please sign in to comment.