Skip to content

Commit

Permalink
Properly set up SIS when cloning course instance
Browse files Browse the repository at this point in the history
Fixes #1177.
  • Loading branch information
PasiSa committed May 11, 2023
1 parent 0bdd5c2 commit 8ab057c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions edit_course/operations/clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ def clone( # pylint: disable=too-many-locals too-many-arguments
instance.configure_url = ""
instance.url = url
instance.instance_name = name
instance.sis_id =''
instance.sis_enroll = False
instance.save()

if clone_teachers:
Expand Down

0 comments on commit 8ab057c

Please sign in to comment.