Skip to content
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

Candidature: correction des règles d'affichage de l'onglet pour voir les rendez-vous d'une candidature #5061

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

xavfernandez
Copy link
Contributor

🤔 Pourquoi ?

upcoming_appointments ne semble jamais défini sur une candidature et la règle d'affichage de l'onglet:

                {% if job_application.upcoming_participations_count or request.current_organization.rdv_solidarites_id %}
                    <div class="tab-pane fade" id="appointments" role="tabpanel" aria-labelledby="appointments-tab">
                        <div class="s-section__row  row">
                            <div class="col-12 col-lg-8 order-2 order-lg-1">
                                {# Appointments ------------------------------------------------- #}
                                {% include "apply/includes/appointments.html" with job_application=job_application %}
                            </div>
                        </div>
                    </div>
                {% endif %}

ayant un aria-labelledby pointant vers ce lien se base sur job_application.upcoming_participations_count donc j'imagine que c'est ce qu'on souhaite.

Trouvé via #5055

🍰 Comment ?

Décrivez en quelques mots la solution retenue et mise en oeuvre, les difficultés ou problèmes rencontrés. Attirez l'attention sur les décisions d'architecture ou de conception importantes.

🚨 À vérifier

  • Mettre à jour le CHANGELOG_breaking_changes.md ?

🏝️ Comment tester

Les instructions pour reproduire le problème, les profils de test, le parcours spécifique à utiliser, etc. Si vous disposez d'une recette jetable, mettre l'URL pour tester dans cette partie.

💻 Captures d'écran

to match the one of its matching tab-pane

otherwise the tab-pane aria-labelledby attribute targets a nonexistent
id
@xavfernandez xavfernandez added the no-changelog Ne doit pas figurer dans le journal des changements. label Nov 7, 2024
@xavfernandez xavfernandez self-assigned this Nov 7, 2024
Copy link
Contributor

@leo-naeka leo-naeka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙈

Un oubli (ou merge error lors d'un rebase) suite au renommage : depuis le support des RDVs collectifs, on considère effectivement les participations à un RDV (qu'il soit collectif ou non) plutôt que les RDV eux-mêmes.

Merci 🤗

@xavfernandez xavfernandez added this pull request to the merge queue Nov 19, 2024
Merged via the queue into master with commit eabcc3f Nov 19, 2024
10 checks passed
@xavfernandez xavfernandez deleted the xfernandez/fix_appointments-tab branch November 19, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug no-changelog Ne doit pas figurer dans le journal des changements.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants