Actions
Defect #1501
closedFeature copy roles by user doesn't made deep copy
Start date:
02/14/2019
Due date:
% Done:
100%
Estimated time:
12.00 h
Affected versions:
Owner:
Description
Please when someone copy identity roles from another user is now these values copied only from value tables.
But when role parameters is attachment or confidential storage (for example) value is only reference to this value and two user now have same value.
This must be fixed in method DefaultIdmRoleRequestService#copyRolesByIdentity
Related issues
Updated by Ondřej Kopr over 5 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Ondřej Kopr to Radek Tomiška
- % Done changed from 0 to 90
During the implementation I was found the issue with create parameters defined as confidential. Information about confidential role parameters was added into documentation.
Commit: https://github.com/bcvsolutions/CzechIdMng/commit/0fbcfcf2489e4deb45a5ceb07c17a22a36455f21 (develop)
Please Radek could you make a feedback?
Updated by Radek Tomiška over 5 years ago
- Related to Task #1630: FE: Support download and preview to role attributes attachments added
Updated by Radek Tomiška over 5 years ago
- Related to Feature #1606: Support confidential values in role attributes added
Updated by Radek Tomiška over 5 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Radek Tomiška to Ondřej Kopr
- % Done changed from 90 to 100
I did test and review, it works and code looks nice, thx!
Actions