Iridescent-CM / technovation-app

The team submission platform for the Technovation Challenge
https://technovationchallenge.org
GNU General Public License v3.0
7 stars 4 forks source link

Admin data grids sometimes show incorrect team location data - specifically country name #3897

Open viviancan opened 1 year ago

viviancan commented 1 year ago

First discovered in this thread

After verifying in the DB, team location data is correct and in the correct country for the specific teams that fit the criteria in the thread. The team and submissions datagrids in the admin portal use FriendlyCountry.new(team).country_name to display the country name. So while the location data is correct in the DB something is happening with the friendly country method that is returning incorrect country data for specific teams. This has only been identified with 1 region, San Nicolás, Bío Bío, Chile but there could be others.

Refs Support Ticket #3892