[midPoint-git] [Evolveum/midpoint] 55860b: asRow-subreport provides null value when no rows a...
virgo47
noreply at github.com
Tue Feb 21 18:09:15 CET 2023
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 55860b61fa54653de203ffb803d7438ff80c81b5
https://github.com/Evolveum/midpoint/commit/55860b61fa54653de203ffb803d7438ff80c81b5
Author: Richard Richter <richard.richter at evolveum.com>
Date: 2023-02-21 (Tue, 21 Feb 2023)
Changed paths:
M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
M model/report-impl/src/main/java/com/evolveum/midpoint/report/impl/controller/CollectionExportController.java
M model/report-impl/src/test/resources/reports/report-subreport-as-row-users.xml
Log Message:
-----------
asRow-subreport provides null value when no rows are generated, not []
Empty collection was null-safe, but otherwise confusing. Null is better.
It's better to plan for nulls and use check or ?. dereference in script.
Commit: 6a65d957ffdee8a839e45ed198fc750e80a68f27
https://github.com/Evolveum/midpoint/commit/6a65d957ffdee8a839e45ed198fc750e80a68f27
Author: Richard Richter <richard.richter at evolveum.com>
Date: 2023-02-21 (Tue, 21 Feb 2023)
Changed paths:
M model/model-api/src/main/java/com/evolveum/midpoint/model/api/expr/MidpointFunctions.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/expr/MidpointFunctionsImpl.java
Log Message:
-----------
midpoint functions: added simpler translate(String key, Objects... args)
Commit: 33b92715f11bd0303c44ad770035e2d9bc709585
https://github.com/Evolveum/midpoint/commit/33b92715f11bd0303c44ad770035e2d9bc709585
Author: Richard Richter <richard.richter at evolveum.com>
Date: 2023-02-21 (Tue, 21 Feb 2023)
Changed paths:
M model/report-impl/src/test/java/com/evolveum/midpoint/report/TestCsvReportAllAssignments.java
M model/report-impl/src/test/resources/reports/report-indirect-assignments.xml
Log Message:
-----------
indirect assignment report test: added localized channel column
Compare: https://github.com/Evolveum/midpoint/compare/0d55388503cd...33b92715f11b
More information about the midPoint-svn
mailing list