]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
DRYD-1759: Null Error in Full Place Report (#460)
authorMichael Ritter <mikejritter@users.noreply.github.com>
Wed, 9 Apr 2025 19:31:03 +0000 (13:31 -0600)
committerGitHub <noreply@github.com>
Wed, 9 Apr 2025 19:31:03 +0000 (13:31 -0600)
services/report/3rdparty/jasper-cs-report/src/main/resources/full_obj_place.jrxml

index bbaf555c5b086a3712eb25239f9235cefc0ff2fa..bc7a4c1de09296b1c76e19c430f481fb1e4ee2aa 100644 (file)
@@ -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,