Harvard-ATG / hxat

Contains the currently-in-development project by HarvardX to bring the annotation tool currently living in the edX platform to a more accessible LTI implementation.
5 stars 1 forks source link

Fixing issue with assignment import. #91

Closed arthurian closed 7 years ago

arthurian commented 7 years ago

This fixes two issues with the assignment import:

  1. The assignments aren't displayed when a course is selected. This is due to an AttributeError: course.assignment_set.all() should be course.assignments.all().
  2. The import shouldn't initiate transfer of annotations when the none option is chosen.