Ticket #49 (closed defect: fixed)
Changing state from folder contents view causes site error
| Reported by: | tom | Owned by: | brent |
|---|---|---|---|
| Priority: | blocker | Milestone: | 2.0.0-beta |
| Component: | General | Version: | New Orleans 2.0.0-rc1 |
| Keywords: | change state folder contents site error | Cc: |
Description
Clicking change state from the folder contents view (at any level - department, course and object) causes the following site error:
Site error
This site encountered an error trying to fulfill your request. The errors were:
Error Type
Error Value
global name 'context' is not defined
Request made at
2006/04/11 13:46:55.841 GMT-6
Change History
Note: See
TracTickets for help on using
tickets.

get_ordered_transitions required a reference to the context which was not being passed in. Changed code to pass in context and modified the way in which references to objects are aquired to use paths instead of ids. Fixed 2.0.0-rc2.