Actions
Task #2539
openImportRolesFromCSVExecutor doesn't create roles that have the same name for user and different codes
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
10/29/2020
Due date:
% Done:
0%
Estimated time:
Owner:
Description
Version 2.6.0
We have CSV with 2 roles that have different code, but same name for user. The first run of ImportRolesFromCSVExecutor doesn't create both roles, only one of them. It somehow "deduplicates" it probably, but there is no exception in the result.
Correct behavior would be to import both roles, because their codes differ.
Example:
rolename;rolecode;catalogue
Group Position;Group_Position_1;GROUP1
Group Position;Group_Position_2;GROUP2
Actions