oTree-org / oTree

Python framework for multiplayer decision games, behavioral experiments, and surveys
https://groups.google.com/g/otree
Other
464 stars 199 forks source link

Create session under "Sessions" tab does not delete older session links #101

Closed powermukisa closed 3 years ago

powermukisa commented 3 years ago

Steps:

Results:

Expected:

Note: does not happen when you archive instead of deleting a session.

image_2021_06_21T06_30_08_874Z

oTree-org commented 3 years ago

Good find! I have found the cause (sqlite does not enforce FK constraints by default) and will publish a fix soon.