dukechronicle / chronline

The official repository for the Duke Chronicle website
http://www.dukechronicle.com
202 stars 21 forks source link

Post API section change bugfix #208

Closed themichaellai closed 10 years ago

themichaellai commented 10 years ago

Before when Camayak would send an update to our API changing the section to a different taxonomy, e.g. /sports/ (article taxonomy) to /playground/ (blog post taxonomy), a 500 would be thrown. This fix detects the type of the post (article of blog post) based on the section in the update params, and changes the type of the post if necessary.