summaryrefslogtreecommitdiff
path: root/lib/bulk_imports/groups/transformers/subgroup_to_entity_transformer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bulk_imports/groups/transformers/subgroup_to_entity_transformer.rb')
-rw-r--r--lib/bulk_imports/groups/transformers/subgroup_to_entity_transformer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bulk_imports/groups/transformers/subgroup_to_entity_transformer.rb b/lib/bulk_imports/groups/transformers/subgroup_to_entity_transformer.rb
index 676a6ca8d2a..d8fb937ecd2 100644
--- a/lib/bulk_imports/groups/transformers/subgroup_to_entity_transformer.rb
+++ b/lib/bulk_imports/groups/transformers/subgroup_to_entity_transformer.rb
@@ -8,7 +8,7 @@ module BulkImports
{
source_type: :group_entity,
source_full_path: entry['full_path'],
- destination_name: entry['name'],
+ destination_name: entry['path'],
destination_namespace: context.entity.group.full_path,
parent_id: context.entity.id
}