discourse-events running into Ember 5 issue prompt in Discourse 3.2.0 stable

Hi @richard,

I wouldn’t mind taking a look at this issue and trying to figure out a fix. Do you have a sense for what would be involved to make the plugin compatible with Ember 5?

I have minimal Discourse dev experience and haven’t worked with Ember before, but I have nearly 10 years experience with Rails and JavaScript more generally.

I’d love to see this plugin working for the latest version, so please let me know how I can help.

This outlines the Ember 5 migration:

It’s looking like this is the guide to follow to address this issue.

These seem to be the problematic modals:

https://github.com/better-together-org/discourse-events/blob/main/assets/javascripts/discourse/controllers/add-event.js

https://github.com/better-together-org/discourse-events/blob/main/assets/javascripts/discourse/controllers/event-rsvp.js

I couldn’t find any plugin development guides or docs in the repo or here on the Pavilion discourse. Any suggestions? The best general resource I’ve found so far is this guide series on Meta.

5 Likes