UNDP-Accelerator-Labs / platform

GNU General Public License v3.0
1 stars 0 forks source link

fixed errors when saving and publishing reviews #255

Closed myjyby closed 7 months ago

myjyby commented 7 months ago

Fixed the errors related to #199 (Edu's issue when publishing reviews). This was introduced when we rewrote all the front end, and the main issue was in routes/save/reviews/… One persisting problem is the & character being replaced by the html & in the req.referer. This needs to be fixed because it introduces a number of odd behaviors that will flood us with bug tickets.