← Back to team overview

schooltool-developers team mailing list archive

Gradebook Templates traversal error

 

Hey Justas,

I'm getting a strange error when I enter the url of
localhost:7080/gradebook/templates which should try to rneder the
index.html view of the IGradebookTemplates providing object.  The
object is arrived at via two traversal adapters found in the
gradebook's configure.html.  The registrations use the
adapterTraverserPlugin directive which does the adapter traversal
correctly as evidenced by the error message.  However,
adapterTraverserPlugin probably doesn't set __parent__ on the adapted
context (please check this for me), so the exception occurs when, for
some reason, a viewlet is looking for the parent of the templates (see
backtrace).

Please advise,
Alan


Follow ups