Parent issue when making a traverser for a gradebook
Bug #250513 reported by
Filip Sufitchi
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
CanDo |
Confirmed
|
Wishlist
|
Filip Sufitchi |
Bug Description
gb = LocationProxy(gb, obj, 'gradeCompetenc
gb.
__setattr__ SHOULD NOT be used to set gb's parent to its own parent. This is needed to be done multiple times in our code.
Might be a Zope issue.
Changed in cando: | |
assignee: | nobody → fsufitch |
importance: | Undecided → High |
milestone: | none → 2008.08 |
status: | New → Confirmed |
Changed in cando: | |
status: | Confirmed → In Progress |
Changed in cando: | |
importance: | High → Wishlist |
To post a comment you must log in.
Works for now. We are probably doing the traverser in a bad way and having to fix it in a bad way, but since it works there's no use breaking good code for now. To fix later.