OpenSourcePolitics / decidim-app

Open Source Politics' Decidim reference implementation
GNU Affero General Public License v3.0
9 stars 12 forks source link

bump fix notifications and mails send after voting #580

Open BarbaraOliveira13 opened 1 month ago

BarbaraOliveira13 commented 1 month ago

🎩 Description Budget Booth, the vote confirmation is neither notified or sent by email.

📌 Related Issues Notion card

Testing

Dashboard

  1. As an admin, go to a process.

  2. Go to the budget setting (in components, click on the settings icon).

  3. Click on “Vote in one: allows participants to vote in any budget, but only in one.” and “Voting enabled.”

  4. Capture d’écran 2024-07-29 à 13 10 53 Capture d’écran 2024-07-29 à 15 45 36
  5. Update.

Front-end

  1. Go to the process you changed.
  2. Go to budgets.
  3. Start voting (enter the budget booth).
  4. Vote.
  5. Go to your notifications and confirm that you received one about your vote.
  6. Go to http://localhost:3000/letter_opener and confirm that you received an email about your vote.
  7. Capture d’écran 2024-07-31 à 12 05 41
Stef-Rousset commented 1 month ago

After test, I get the email but not the notification... The job in charge of sending the notification is performed, because I got in the logs "Performed Decidim::NotificationGeneratorJob"

BarbaraOliveira13 commented 1 month ago

Après test, je reçois bien le mail mais pas la notif... Pourtant, le job en charge de la notification est exécuté puisque j'ai bien dans les logs "Performed Decidim::NotificationGeneratorJob"

Thanks! Yes, I reproduce the same :( I investigate! 🤓