-
Notifications
You must be signed in to change notification settings - Fork 91
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
[Actions multiples] Ajouter la possibilité pour les instructeurs de classer sans suite et refuser #9274
Conversation
PR Summary
This PR primarily focuses on extending capabilities of the |
6fa5ae9
to
3577bcb
Compare
275c68d
to
f6a175d
Compare
f6a175d
to
ae55655
Compare
@@ -58,6 +58,37 @@ export class BatchOperationController extends ApplicationController { | |||
} | |||
} | |||
|
|||
onSubmitInstruction(event: { srcElement: HTMLInputElement }) { |
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.
J'ai du faire ça ici car on a un formulaire unique pour les actions multiples, du coup on ne peut pas avoir un même champ avec le même id qui est "non required" (action "accepter") et "required (pour les actions "classer sans suite" et "refuser").
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.
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.
Mise a part les remarques de Colin, c'est hélas bon pour moi.
Co-Authored-by: Lisa Durand <lisa.c.durand@gmail.com>
closes #9224