cthit / chalmersit-rails

Chalmers.it built with Rails
MIT License
4 stars 6 forks source link

Don't error when a post fails to fetch its committee #451

Closed GAsplund closed 11 months ago

GAsplund commented 11 months ago

This makes sure that the page doesn't fail to display if a post has no committee connected to it and displays (Null) as the committee name. It also prints to the console when this is detected.

This is also inadvertently a fix for #309 but should not close it, since it only remediates the symptom and not the problem.