Bug 285 - Activity dropdown contains 'dummy' when activityname contains quotes.
: Activity dropdown contains 'dummy' when activityname contains quotes.
Status: RESOLVED FIXED
: Achievo
Time Registration
: 1.0.4
: All All
: P3 minor
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2004-04-05 13:19 by
Modified: 2004-05-01 19:39 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2004-04-05 13:19:23
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.
------- Comment #1 From 2004-05-01 19:39:46 -------
Fixed with addslashes and commited to cvs