]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
DRYD-1200, DRYD-1160: Add ability to automatically de-urn report fields. (#312)
authorRay Lee <ray.lee@lyrasis.org>
Fri, 17 Feb 2023 18:46:38 +0000 (13:46 -0500)
committerGitHub <noreply@github.com>
Fri, 17 Feb 2023 18:46:38 +0000 (13:46 -0500)
commit856519c3daa2670d212bcadff94ed9b55895b0fd
tree7d751be70b567386608f20a0cee12945513383ad
parent8d258041ae3f23f962b4b52f96bac44eb00dd182
DRYD-1200, DRYD-1160: Add ability to automatically de-urn report fields. (#312)

* Add scriptlet to automatically de-urn specified report fields.

* Update Group_List_Basic report to use deurnfields parameter.

This removes JavaScript de-urning expressions from fields that had them, and adds those field names to the deurnfields parameter, so that they will be conditonally de-urned on the server.

* Add additional fields to be de-urned.
services/report/3rdparty/jasper-cs-report/src/main/resources/Group_List_Basic.jrxml
services/report/service/src/main/java/org/collectionspace/services/report/nuxeo/DefaultReportScriptlet.java [new file with mode: 0644]
services/report/service/src/main/java/org/collectionspace/services/report/nuxeo/ReportDocumentModelHandler.java