Skip to:
The radio and edit buttons don't work when you have an apostrophe in the name of the notification you've created... (Dr., it hurts when I do this..)
The problem is that the JavaScript expects that the string is properly escaped, otherwise the generated code will looks like this:
Instead of:
I've used org.apache.commons.lang.StringEscapeUtils.escapeJavaScript to fix the problem.
Fixed on revision ac589099ce611b4810867101f31298cad9cdc031 for 1.10.Fixed on revision a4e6fa69ad0312da6ad77f105d47fda3cf1eb312 for 1.8.
I know Donald is busy, reassigning to Matt for his delegation.
The radio and edit buttons don't work when you have an apostrophe in the name of the notification you've created... (Dr., it hurts when I do this..)