devhub-tud / devhub

DevHub is a software system designed to give students a simple practical introduction into modern software development.
15 stars 8 forks source link

Escape delivery ids in the group assignment view #450

Closed LiamClark closed 7 years ago

LiamClark commented 7 years ago

Id's above 1000 would get a , inserted by freemarker. causing a 404 because we can't find the resource. the ?c tells freemarker the number is for machine purposes and not for humans. This escapes it from the freemarker number parsing.

jwgmeligmeyling commented 7 years ago

Thanks!