discourse-calendar/app
Joffrey JAFFEUX 52ebb592d2
FIX: prevents pushing null watching invitee (#629)
This commit has 3 parts:

- Ensuring than when attempting to join a event we return an invitee even if the user was already part of the event, before we would return null which would have required a special handling. In this case we were just adding a null invitee.

- Ensures invitees/suggestedUsers/sampleInvitees use tracked properties correctly. And do not require to manually create a TrackedArray, the model should always handle this implementation detail.

- When joining an event we were pushing the watchingInvitee to the sampleInvitees even when the watchingInvitee was null, which would create an error.
2024-10-24 11:50:45 +09:00
..
controllers DEV: moves translatations under discourse_post_event (#627) 2024-10-23 14:06:09 +11:00
models FIX: prevents pushing null watching invitee (#629) 2024-10-24 11:50:45 +09:00
serializers DEV: migrate post event to glimmer (#615) 2024-10-22 12:38:40 +09:00
services/discourse_calendar DEV: Introduce syntax_tree for ruby formatting (#363) 2022-12-29 13:30:41 +01:00