We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bdd5c2 commit 8ab057cCopy full SHA for 8ab057c
edit_course/operations/clone.py
@@ -80,6 +80,8 @@ def clone( # pylint: disable=too-many-locals too-many-arguments
80
instance.configure_url = ""
81
instance.url = url
82
instance.instance_name = name
83
+ instance.sis_id =''
84
+ instance.sis_enroll = False
85
instance.save()
86
87
if clone_teachers:
0 commit comments