Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The null check for properties is done at the converter level. This prevents passing null properties where it could make sense (Document.checkIn).
Solution:
The converter should not throw an exception if the properties are null. It should return null instead. Null checks have to be added at the operation level.