dogodigi / opendispatcher

First responder HTML5 nodejs client application
http://www.opendispatcher.org
GNU General Public License v3.0
2 stars 8 forks source link

incident list class 3 returns wrong classes #435

Closed milovanderlinden closed 8 years ago

milovanderlinden commented 8 years ago

Turns out that in the incidents.js route, it states;

app.get('/api/incidents/list/class/3', incidents.getGroupByClass2);

While this route should call getGroupByClass3.