Actions
Task #2432
closedImplement report of assigned role changes
Start date:
08/12/2020
Due date:
% Done:
100%
Estimated time:
Owner:
Description
This report will show the changes in assigned roles done automatically (based on automatic role) in a given time frame.
Updated by Tomáš Doischer over 4 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
Implementation in https://git.bcvsolutions.eu/modules/reports/tree/2432-report-automatic-role-changes
To-do:- tests
- documentation
Updated by Tomáš Doischer over 4 years ago
- Status changed from In Progress to Needs feedback
- % Done changed from 50 to 80
Added tests and documentation (https://wiki.czechidm.com/devel/documentation/modules_reports/reports/identities_and_their_automatically_assigned_roles_changes), ready for code review.
Updated by Tomáš Doischer over 4 years ago
- Subject changed from Implement report of automatic role changes to Implement report of assigned role changes
After discussion with @kucerar, this report now shows changes in every assigned role. I added the option to show only changes caused by automatic roles, and every changed identity role in the report now shows whether the role was assigned automatically or manually.
Documentation was updated.
Updated by Roman Kučera about 4 years ago
It woks nicely, thx for this report.
Found only few issues:
Found only few issues:
- IdentityRoleAuditCsvRenderer::render - use try with resource or close resource in finally block for jparser and writer in case some exception occurs before closing it in try block
- IdentityRoleAuditXlsxRenderer::render - use try with resource or close resource in finally block for jparser in case some exception occurs before closing it in try block
- add author annotation :)
Updated by Tomáš Doischer almost 4 years ago
- Status changed from Needs feedback to Resolved
- % Done changed from 90 to 100
Merged to develop.
Updated by Tomáš Doischer almost 4 years ago
- Status changed from Resolved to Closed
Actions