From 16e666ecc4a54284c0346b8d2b842d6c30567f7b Mon Sep 17 00:00:00 2001 From: Michael Ritter Date: Wed, 9 Apr 2025 13:31:03 -0600 Subject: [PATCH] DRYD-1759: Null Error in Full Place Report (#460) --- .../jasper-cs-report/src/main/resources/full_obj_place.jrxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.3