Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Michael SaechangMichael Saechang(Deactivated)Reporter
Igor SpasicIgor Spasic(Deactivated)Labels
Branch Version/s
6.1.xBackported to Branch
CommittedFix Priority
3Caused by
Another improvementGit Pull Request
Components
Fix versions
Affects versions
Priority
Medium
Details
Details
Assignee
Michael Saechang
Michael Saechang(Deactivated)Reporter
Igor Spasic
Igor Spasic(Deactivated)Labels
Branch Version/s
6.1.x
Backported to Branch
Committed
Fix Priority
3
Caused by
Another improvement
Git Pull Request
Components
Fix versions
Affects versions
Priority
Zendesk Support
Zendesk Support
Zendesk Support
Created July 20, 2012 at 6:23 AM
Updated June 24, 2023 at 3:57 PM
Resolved July 23, 2012 at 10:08 AM
When some API method called via JSON WS Invoker returns null, it will be returned as an empty string instead as "{}" (i.e. JSONFactoryUtil.getNullJSON()).
This happens because recently we added InvokerResult - wrapper for invoker results; so the invocation method always return non-null value.