ubc / iPeer

Peer Evaluation System
http://ipeer.ctlt.ubc.ca
Other
17 stars 18 forks source link

Simple Evaluations page is empty #617

Closed kitsook closed 5 years ago

kitsook commented 5 years ago

Problem with json_encode. It returns empty string if the parameter is not in proper utf8 encoding.

https://github.com/ubc/iPeer/blob/eefb413e343f7ac981eb21f715bd6a5068364b1d/app/views/elements/list/ajaxList.ctp#L35-L36

kitsook commented 5 years ago

Fixed with PR #618