Closed louking closed 2 years ago
A racing team info submission with volunteer data was made. The data seems to be in the database but the racing team info volunteer view is not displaying any records.
This was not reproducible on the development system but is reproducible on the sandbox. Suspect this is due to bad query at https://github.com/louking/members/blob/137de4a739352ae76ba19cd78dd3f2d98b64267c/members/views/admin/racingteam_admin.py#L232 with filter of unrelated RacingTeamResult table.
Since RacingTeamResult is empty on the production system, possibly this is causing the inconsistent behavior.
A racing team info submission with volunteer data was made. The data seems to be in the database but the racing team info volunteer view is not displaying any records.
This was not reproducible on the development system but is reproducible on the sandbox. Suspect this is due to bad query at https://github.com/louking/members/blob/137de4a739352ae76ba19cd78dd3f2d98b64267c/members/views/admin/racingteam_admin.py#L232 with filter of unrelated RacingTeamResult table.
Since RacingTeamResult is empty on the production system, possibly this is causing the inconsistent behavior.