Feature #2921
closedImprove prp-property-report
100%
Description
When generating prp-property-report I can select a treeNode (org. unit) with the users I want to generate the report for. However the report is generated only for those users who have a contract assigned to this treeNode.
Please add a choice that allows me to generate the report for the whole sub-tree of the selected node. Also the description shouldn't be "Treenode" but something like "Org. unit"
Files
Updated by Tomáš Doischer about 3 years ago
- Status changed from New to Needs feedback
- Assignee set to Tomáš Doischer
- % Done changed from 0 to 80
Implemented, I added an option to select whether or not you want the tree node search recursive.
During testing, I discovered a bug in filter use in DefaultPrpPropertyService:toPredicates where when setting identities or sets to filter only the first one was used. This code isn't used anywhere outside of this report. Fixed it and added a test for these use-cases.
Documentation updated: https://wiki.czechidm.com/devel/documentation/modules_prp/property_report
Commit: https://git.bcvsolutions.eu/modules/property/-/commit/dcb1fd9da3920431afecbe56c6acea88e63c1d53
Updated by Peter Štrunc over 1 year ago
- Status changed from Needs feedback to Resolved
- % Done changed from 80 to 100
LGTM