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. |
||
|---|---|---|
| .. | ||
| controllers | ||
| models | ||
| serializers | ||
| services/discourse_calendar | ||