Roundup Tracker - Issues

Message2439

Author forest
Recipients
Date 2007-06-05.05:29:14
Message-id
In-reply-to
The customizing guide section titled "Blocking issues that depend on other issues" needs updating.  Where it says this:

<span tal:replace="structure python:db.issue.classhelp('id,title')" />

It should say this:

<span tal:replace="structure python:db.issue.classhelp('id,title', property='blockers')" />

That same block of example code also needs a </td> closing tag.
History
Date User Action Args
2009-02-03 14:22:05adminlinkissue1731171 messages
2009-02-03 14:22:05admincreate