Task #2329
Updated by Marek Klement over 4 years ago
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