Achievo/ATK - Bugzilla – Bug 285
Activity dropdown contains 'dummy' when activityname contains quotes.
Last modified: 2004-05-01 19:39:46
You need to log in before you can comment on or make changes to this bug.
When the name of an activity contains double quotes (""), the time registration will fail, because of a javascript error. The reason is that in Javascript, the quotes are not escaped.
Fixed with addslashes and commited to cvs