Message1286
The documentation at
http://roundup.sourceforge.net/doc-0.7/customizing.html#the-context-variable
suggests that the 'context' variable is always defined
and assumes three different kinds of values (None, a
class, or an instance), depending on the request.
In reality instead of being 'None', the context
variable doesn't exist if the tracker's 'home' page is
accessed, so instead of 'tal:condition="context"'
the user has to use 'tal:condition="context | nothing"'
to avoid an exception.
Just a clarification... |
|
Date |
User |
Action |
Args |
2009-02-03 14:20:46 | admin | link | issue965447 messages |
2009-02-03 14:20:46 | admin | create | |
|