averbraeck / housinggame-admin

Administrator app for the Housing Game
https://housing-game.tbm.tudelft.nl
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

News retrieval not retrieving correct records #25

Closed averbraeck closed 11 months ago

averbraeck commented 11 months ago

New retrieval shows all records for all scenarios in one scenario, and none for the other scenarios:

image

averbraeck commented 11 months ago

Solved. This turned out to be a database content issue, rather than a code issue. When transferring the news records from being linked to a round to being linked to a scenario, the scenario pointers scenario_id and the round_number needed to still be updated accordingly. After changing this in the database, all data shows up normal:

image