From: Michael Ritter Date: Wed, 9 Apr 2025 19:31:03 +0000 (-0600) Subject: DRYD-1759: Null Error in Full Place Report (#460) X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=16e666ecc4a54284c0346b8d2b842d6c30567f7b;p=tmp%2Fjakarta-migration.git DRYD-1759: Null Error in Full Place Report (#460) --- diff --git a/services/report/3rdparty/jasper-cs-report/src/main/resources/full_obj_place.jrxml b/services/report/3rdparty/jasper-cs-report/src/main/resources/full_obj_place.jrxml index bbaf555c5..bc7a4c1de 100644 --- a/services/report/3rdparty/jasper-cs-report/src/main/resources/full_obj_place.jrxml +++ b/services/report/3rdparty/jasper-cs-report/src/main/resources/full_obj_place.jrxml @@ -36,7 +36,7 @@ material.material, -- deurn bd.item AS briefdescription, comment.item AS comment, - publicart_collections.collections, + coalesce(publicart_collections.collections, '{}') as collections, owners.item AS owner, dimension.dimension, obj.computedcurrentlocation,