Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Aori Nevo

    (@anevo)

    I found and fixed the bug, but I will not release an update for another week. The fix is pretty easy and if you feel comfortable editing the plugin files, all you’ll need to do is change a few lines in the EditAssignmentView.js file.

    Replace

    var assignment = AN.GlobalVars.assignments.findWhere({
                    selected: true
                });

    with

    var assignment = this.model;
    Plugin Author Aori Nevo

    (@anevo)

    This is fixed in v3.0.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Assignment Dates’ is closed to new replies.