Roundup Tracker - Issues

Message1286

Author stefan
Recipients
Date 2004-06-03.02:17:04
Message-id
In-reply-to
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...
History
Date User Action Args
2009-02-03 14:20:46adminlinkissue965447 messages
2009-02-03 14:20:46admincreate