You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Open Source CAD - Dev
One user ran into this and would up with a blank situation screen.
It's that we're not handling full (double) quotes correctly. Singles
are fine, but doubles in a ticket description are not. It's in the
hand-off from PHP/MySQL to javascript, and that needs addslashes()
wherever it's done. It's OK in most places, but missing where we're
writing the Infowindow tabs.
An easy fix; I'll test it shortly and get back to you on this