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

Empêche les notifications via les tags auxquels on est abonné pour les sujets inaccessibles #6325

Merged
merged 2 commits into from
Jun 16, 2022

Conversation

Migwel
Copy link
Contributor

@Migwel Migwel commented Jun 1, 2022

Fix #6219.

Contrôle qualité

Scénario 1:

  • Se connecter avec user
  • S'abonner à un tag quelconque
  • Se déconnecter
  • Se connecter avec admin
  • Créer un topic dans la zone staff en utilisant le tag utilisé plus haut
  • Se déconnecter
  • Se connecter avec user
    Résultat attendu: Aucune notification n'a été générée concernant ce tag, car le topic a été créé dans un forum auquel user n'a pas accès

Test de non-régression:

  • Se connecter avec user
  • S'abonner à un tag quelconque
  • Se déconnecter
  • Se connecter avec admin
  • Créer un topic dans un forum public en utilisant le tag utilisé plus haut
  • Se déconnecter
  • Se connecter avec user
    Résultat attendu: Une notification a bien été créée concernant ce tag, car le topic a été créé dans un forum auquel user a accès

@coveralls
Copy link

coveralls commented Jun 1, 2022

Coverage Status

Coverage remained the same at 87.899% when pulling b2a523d on Migwel:issue6219 into d43fa12 on zestedesavoir:dev.

@philippemilink philippemilink added the S-BUG Corrige un problème label Jun 14, 2022
Copy link
Contributor

@Arnaud-D Arnaud-D left a comment

Choose a reason for hiding this comment

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

QA OK ✔️

@Arnaud-D Arnaud-D enabled auto-merge (squash) June 16, 2022 08:35
@Arnaud-D Arnaud-D merged commit b70c4a4 into zestedesavoir:dev Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-BUG Corrige un problème
Projects
Archived in project
Archived in project
Development

Successfully merging this pull request may close these issues.

Notification via les tags auxquels on est abonné pour les sujets inaccessibles
4 participants