-
Notifications
You must be signed in to change notification settings - Fork 56
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
[FEATURE] Ajouter un bouton pour renvoyer l'invitation à un centre de certification dans pix admin (PIX-10018) #11203
[FEATURE] Ajouter un bouton pour renvoyer l'invitation à un centre de certification dans pix admin (PIX-10018) #11203
Conversation
Une fois les applications déployées, elles seront accessibles via les liens suivants :
Les variables d'environnement seront accessibles via les liens suivants : |
00d61d5
to
939345c
Compare
@theotime2005 Je pense que tu as pris un commit par mégarde :) Celui-ci d'une release: 800bb83 |
939345c
to
fa4d53f
Compare
1fb5e1e
to
5af780e
Compare
5af780e
to
f93e623
Compare
d4cba32
to
9451f41
Compare
9451f41
to
ca66726
Compare
api/src/team/infrastructure/serializers/jsonapi/certification-center-invitation-serializer.js
Show resolved
Hide resolved
transform: (invitation) => { | ||
return { | ||
...invitation, | ||
language: invitation.locale, |
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.
Oui, mais pour la partie des centres de certification, c'est language qui est utilisé, donc on s'adapte:)
admin/app/controllers/authenticated/certification-centers/get/invitations.js
Outdated
Show resolved
Hide resolved
Sauf que je ne sais pas exactement dans quel(s) commit(s) les mettre. |
3dc05ea
to
c411bbf
Compare
Because isLoading is now automatically handled by PixButton.
c411bbf
to
964facc
Compare
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.
✅ Lu et testé fonctionnellement avec succès avec Firefox 🦊
🥞 Problème
Dans Pix Admin, sur la page d'un centre de certification, dans la section invitation, on ne pouvait que:
Il n'était donc pas possible de renvoyer une invitation déjà existante.
🥓 Proposition
Ajouter un bouton permettant de renvoyer l'email à côté de celui pour annuler l'invitation.
🧃 Remarques
Le bouton est peut-être mal placé.
😋 Pour tester