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

Matches : Updating a team name showing wrong team name on match views #169

Closed
tech62 opened this issue Nov 12, 2022 · 1 comment
Closed

Comments

@tech62
Copy link
Contributor

tech62 commented Nov 12, 2022

To reproduce this bug :

  • Create 1 season
  • Create 2 teams
  • Create 1 match

This bug is caused by saving team name in the table match.team1_string and match.team2_string when creating a match.
When you're updating team name, the old team name is showed.

Need to modify the query by using a relationship (left join / join) to show the right team name.

@tech62
Copy link
Contributor Author

tech62 commented Nov 13, 2022

Fix in #171

@tech62 tech62 closed this as completed Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant