You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
To reproduce this bug :
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.
The text was updated successfully, but these errors were encountered: