Has anyone else noticed that the JS API sometimes returns both a success AND error message, invalidating the JSON and going nuts when the browser tries to eval() it?
{"error":"Unable To Regenerate Metadata For Asset"}{"success":["Metadata field #93701 has been successfully set to \"xyz\" for Asset \"abc\" (#101535)"}
Does anyone know if this has been fixed in a later version? I can't find any reference to it.