Amsterdam-Music-Lab / MUSCLE

An application to easily set up and run online listening experiments for music research.
https://www.amsterdammusiclab.nl/
MIT License
4 stars 1 forks source link

Fix: Delete playlist crashes the admin when section has no song #1156

Closed Evert-R closed 1 week ago

Evert-R commented 1 week ago

Problem: The admin will list all the sections to be deleted to confirm the action, then it crashes cause there is no song where it expects one

This PR returns an empty string for the song on the Section model if no song object is attached

closes #1155

Evert-R commented 1 week ago

How is your fix related to deletion of a playlist when you are modifying the stringify method of the Section model?

The admin will list all the sections to be deleted to confirm the action, then it crashes cause there is no song