Anomalie enregistrée (Ticket #920) et corrigée.
Bizarre que personne ne l'ait signalé plus tôt ... 😉
Merci de poster en anglais sur le forum, pour que le plus grand nombre puisse en profiter.
_______________________________________________________________
Bug recorded (Ticket #920) and fixed.
Strange nobody reported it before ... 😉
Please post in english, so that everybody can benefit of messages
Thanks,
Ok for english post in futur ... excuse me.
Have you a workaround now?
update /tool/jsonPlanning.php, line 145
echo '"' . htmlEncode($id) . '":"' . htmlEncodeJson(htmlEncode($val)) . '"';
to
//echo '"' . htmlEncode($id) . '":"' . htmlEncodeJson(htmlEncode($val)) . '"';
if ($id=='refname' or $id=='resource') $val=htmlEncode($val);
echo '"' . htmlEncode($id) . '":"' . htmlEncodeJson($val) . '"';
Same change should be applied in /tool/jsonResourcePlanning.php
Work fine ;-D
I had the same problem and the correction proposed corrected it.
Thanks
Jean Pierre
Oups same problem in ressource planning !
It is already identified :
Same change should be applied in /tool/jsonResourcePlanning.php