Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Character doesn't show when user registers for more than 1 session per event #555

Open
m-triassi opened this issue Jul 27, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@m-triassi
Copy link
Contributor

Description

When a user attempts to register for an event, if they try to register for multiple sessions / tables for the same event, with different characters, the interface will only show their chosen character next to the first event they signed up for.

Expected Behavior

Users should be able to see the character they've signed up for, for each session in a given event.

Actual Behavior

Only 1 session per event shows the user's character as registered.

Steps to Reproduce

  1. Login to a user with multiple characters
  2. Navigate to an event with multiple sessions
  3. Register one of your characters to a session in the event
  4. Attempt to register a different character to a different session in the same event
  5. Observer that the UI does not reflect the chose character as registered for that event.

Possible Fix

I have not inspected the code yet, but i suspect that either we stop printing character names after we see the first one, or the relationship is not returning more than 1 item, ie: hasOne vs hasMany.

@m-triassi m-triassi added the bug Something isn't working label Jul 27, 2023
@m-triassi m-triassi self-assigned this Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant