Skip to content

Commit c8a14a1

Browse files
committed
chore: ensure merge duplicate students set on default import
1 parent 004ef90 commit c8a14a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/models/unit.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,8 @@ def import_users_from_csv(file)
688688
}
689689
},
690690
replace_existing_tutorial: true,
691-
replace_existing_campus: true
691+
replace_existing_campus: true,
692+
merge_duplicate_students: false, # If true, will merge duplicate students into one entry, combining their tutorials
692693
}
693694
end
694695

0 commit comments

Comments
 (0)