-
Notifications
You must be signed in to change notification settings - Fork 4
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
PFMP Validation constraints + Rebalancing of amounts according to Wage cap #625
Conversation
e0806c9
to
adfe20d
Compare
… of specific error (potential false positive)
…ck to update_amount
30cf3de
to
2a1fb65
Compare
…o see the effect on the test suite
2a1fb65
to
886a3a4
Compare
d5081da
to
c176673
Compare
… :forbidden when director not confirmed
Bizarre qu'on ait noté ça. C'était pas plutôt "Hide Pfmps that can't be validated from the validations show page" ? En tout cas y'a un truc à faire avec la page validations#show, pour qu'on évite d'y valider des pfmps qui ont des "précédentes" non validées. |
…n -> classes -> show
= render partial: "shared/confirmed_director" | ||
|
||
- else | ||
= button_tag "Valider", disabled: true, class: 'fr-btn fr-btn--secondary', title: "Vous ne pouvez pas valider cette PFMP car les PFMPs précédentes ne sont pas validées" |
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.
donc on explique pas à part au survol ?
| État | Nombre de jours | Montant | | ||
| Saisie à valider | 5 | 75 € | | ||
| Saisie à valider | 12| 125 € | | ||
|
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.
Super mais c'aurait été cool qu'on ait un test qui couvre la partie tricky de l'algo qui est de redistribuer les montants des PFMPs après celle modifiée (là c'est juste la dernière c'est plus facile).
Je vais m'en occuper comme ça tu peux passer à autre chose
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.
Y'a un scénario à 3 pfmp dans les tests unitaires
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.
et ? faut faire l'un ou l'autre ?
Checklist:
HideDeactivate validate button on a Pfmp#show that cannot be validatedCloses #566