mybethel/my.bethel.io

Editing a podcast causes it to disappear from the Podcasts page

Closed this issue · 1 comments

Editing a podcast and then saving it seems to set the ministry field as an ObjectId where the default is a string. We should probably force it to always save as an ObjectId and just update the podcast listing page accordingly.

Fixed with update to consistently use ObjectID when querying database.