New Activity form doesn't save due_date attribute

Bug #700520 reported by Douglas Cerna
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SchoolTool Gradebook
Fix Released
Undecided
Douglas Cerna

Bug Description

Guilty code in gradebook/browser/activity/ActivityAddView:

    def create(self, data):
        scoresystem = RangedValuesScoreSystem(
            u'generated', min=data['min'], max=data['max'])
        activity = Activity(data['title'], data['category'], scoresystem,
                            data['description'], data['label'])
        return activity

Related branches

Changed in schooltool.gradebook:
assignee: nobody → Douglas Cerna (replaceafill)
status: New → In Progress
Changed in schooltool.gradebook:
status: In Progress → Fix Committed
Changed in schooltool.gradebook:
milestone: none → 0.9.0
Changed in schooltool.gradebook:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.