Details
-
Bug
-
Resolution: Fixed
-
Trivial
-
3.3
-
None
Description
The problem is that the value for the "alreadyExists" field is returned as !true or !false instead of a direct boolean, which is valid javascript (will work correctly when using eval to parse the response), but isn't conforming to the JSON format. This doesn't affect the functionality, but does cause warnings in the error console.