Skip to content

Commit 8ab057c

Browse files
committed
Properly set up SIS when cloning course instance
Fixes apluslms#1177.
1 parent 0bdd5c2 commit 8ab057c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

edit_course/operations/clone.py

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ def clone( # pylint: disable=too-many-locals too-many-arguments
8080
instance.configure_url = ""
8181
instance.url = url
8282
instance.instance_name = name
83+
instance.sis_id =''
84+
instance.sis_enroll = False
8385
instance.save()
8486

8587
if clone_teachers:

0 commit comments

Comments
 (0)