Actions
Task #1437
closedSelectBox component - use embedded data
Start date:
01/07/2019
Due date:
% Done:
100%
Estimated time:
Owner:
Description
Goal of this task is modify the from component for feature when will be used data from embedded object.
Benefits:
- Prevents of redundant requests on BE.
- Solves problem with permissions in WF tasks. Usecase: we have permission on the task, by wfEvaluator we have permission on concept-role too. Concept-role contains relations on IdmRole and IdmIdentityContract and here is the problem, because we don't have permission (autocomplet) on this objects (direct requests doesn't pass). Required data of IdmRole and IdmIdentityContract (for show in selectbox) are already contains in IdmConceptRoleRequest object (_embedded) and that data we want to use.
Actions