Actions
Task #2329
closedSupport multivalued role column in ImportCSVUserContractRolesTaskExecutor
Start date:
06/17/2020
Due date:
% Done:
100%
Estimated time:
Owner:
Description
Task ImportCSVUserContractRolesTaskExecutor should be changed. There are some issues:
- Column with roles is not multivalued as name insist
- When a role is assigned to all contracts of the user, values of the EAV column have to be empty - use boolean instead
- Use only for the main contract - add boolean property
- At line 138 there is used isEmpty method - better use StringUtils.isBlank()
- Default definition of eav is used - maybe in configuration add a property with the name of the definition
Related issues
Actions