CampFireManager / cfm2

CampFireManager is a talk scheduling tool for conferences - such as barcamps or fixed schedule conferences
http://campfiremanager.info
16 stars 9 forks source link

A call to /rest/timetable returns a list instead of an object #214

Open NotBobTheBuilder opened 10 years ago

NotBobTheBuilder commented 10 years ago

I think this is because timetable extends collection, not object - but all timetable information from the JSON API is wrapped in a list. This means it has to be accessed via renderPage[0] instead of just renderPage