| Summary: | [pmi] Individual Commit Activity Chart missing for jgit | ||
|---|---|---|---|
| Product: | Community | Reporter: | Matthias Sohn <matthias.sohn> |
| Component: | Project Management & Portal | Assignee: | Portal Bugzilla Dummy Inbox <portal-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | wayne.beaton |
| Version: | unspecified | ||
| Target Milestone: | 2014-Q2 | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
|
Description
Matthias Sohn
It seems to be rendering correctly. It looks like we're not escaping names correctly. e.g. data.setValue(2, 1, 25);data.setValue(3, 0, 'Yuxuan 'fishy' Wang'); We need to make sure they are properly escaped. I've added slashes on names. The fix will go live with the next roll out. |