[git r 4900] Snapin arguments with quotes render incorrectly
-
When adding snapin arguments, any argument that contains a quote will not show correctly when looking at the snapin details.
For instance, let’s say I’ve entered this argument into the ‘Snapin Arguments’ field:
/CLIENTNAME="some-client-name"
When looking at the snapin details after the snapin has been created, both the ‘Snapin Arguments’ and the ‘Snapin Command’ field will cut off the argument at the first quote, like this:
/CLIENTNAME=
However, the snapin will still work as expected, as the information does get correctly added to the database.
-
This is fixed in trunk, thanks for reporting.