ElixirTeSS / TeSS

Training e-Support Service using Ruby on Rails.
Other
12 stars 15 forks source link

Clicking the Subscribe button on the Events page no longer works #1046

Closed cwant closed 1 week ago

cwant commented 3 weeks ago

Describe the bug

Clicking the Subscibe button on the events page is supposed to show a menu ("Subscribe via email", etc), but now it doesn't do anything.

To Reproduce

Steps to reproduce the behavior:

  1. Go to https://tess.elixir-europe.org/events
  2. Click on "Subscribe"
  3. The click in step 2 has no effect

Expected behavior

A menu should pop up with some options

Desktop (please complete the following information):

Additional context

Noticed it wasn't working on my fork, confirmed it isn't working upstream too.

fbacall commented 1 week ago

I think this is resolved by #1048

cwant commented 1 week ago

Thanks, I've cherry-pick-ed that commit and confirmed that the subscribe button works again. This issue can be closed.