Add School Year does not copy all course info
Bug #785994 reported by
Alan Elkner
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SchoolTool |
Fix Released
|
Medium
|
Douglas Cerna | ||
1.4 |
Fix Released
|
Medium
|
Douglas Cerna |
Bug Description
The code for copying courses from the active school year to the new one uses the following code:
newCourses[
It needs to copy all the attributes into the new course object.
Related branches
lp://staging/~replaceafill/schooltool/schooltool_1.4
Rejected
for merging
into
lp://staging/schooltool/1.4
- SchoolTool Owners: Pending requested
-
Diff: 287 lines (+191/-8)8 files modifiedCHANGES.txt (+2/-1)
src/schooltool/course/browser/ftests/new_schoolyear.txt (+35/-1)
src/schooltool/course/browser/ftests/sections_and_courses.txt (+2/-2)
src/schooltool/course/interfaces.py (+1/-1)
src/schooltool/generations/__init__.py (+2/-2)
src/schooltool/generations/evolve35.py (+39/-0)
src/schooltool/generations/tests/test_evolve35.py (+106/-0)
src/schooltool/schoolyear/browser/schoolyear.py (+4/-1)
lp://staging/~replaceafill/schooltool/schooltool_1.5
- Gediminas Paulauskas (community): Approve
-
Diff: 287 lines (+191/-8)8 files modifiedCHANGES.txt (+2/-1)
src/schooltool/course/browser/ftests/new_schoolyear.txt (+35/-1)
src/schooltool/course/browser/ftests/sections_and_courses.txt (+2/-2)
src/schooltool/course/interfaces.py (+1/-1)
src/schooltool/generations/__init__.py (+2/-2)
src/schooltool/generations/evolve36.py (+39/-0)
src/schooltool/generations/tests/test_evolve36.py (+106/-0)
src/schooltool/schoolyear/browser/schoolyear.py (+4/-1)
Changed in schooltool: | |
assignee: | nobody → Douglas Cerna (replaceafill) |
Changed in schooltool: | |
status: | New → Fix Committed |
Changed in schooltool: | |
milestone: | none → 1.6.1 |
importance: | Undecided → Medium |
Changed in schooltool: | |
status: | Fix Committed → Fix Released |
no longer affects: | schooltool/1.5 |
To post a comment you must log in.