Add ability to node clone a course and create a skeleton based on the existing objects.

Support cloning the actual instances later.

Comments

djdevin’s picture

Status: Active » Needs work
djdevin’s picture

Title: Support cloning » Support cloning/exporting
djdevin’s picture

Status: Needs work » Needs review
djdevin’s picture

We will need to handle things like Quiz at a later time. The ability to do so is there now, modules can implement freeze() and thaw()

djdevin’s picture

Support for cloning/exporting complete courses here:

http://drupalcode.org/project/course.git/commit/81836f4

djdevin’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 252056b on 6.x-1.x, 7.x-1.x, 7.x-1.x-fieldable-entities, course-object-entity-view authored by scottrigby, committed by djdevin:
    #1708246: course cloning
    
  • Commit 56da022 on 6.x-1.x, 7.x-1.x, 7.x-1.x-fieldable-entities, course-object-entity-view by djdevin:
    Issue #1708246: support for node export and simple CourseObjectNode...
  • Commit 81836f4 on 6.x-1.x, 7.x-1.x, 7.x-1.x-fieldable-entities, course-object-entity-view by djdevin:
    Issue #1708246: added more clone/export support. let modules provide...
  • Commit cd094a5 on 6.x-1.x, 7.x-1.x, 7.x-1.x-fieldable-entities, course-object-entity-view by djdevin:
    Issue #1708246: show clone warning messages on clone/node export. Fixed...