Roundup Tracker - Issues

Issue 1731171

classification
docs for adding a blockers field need updating
Type: Severity: normal
Components: Documentation Versions:
process
Status: closed
:
: jpend : forest, jpend
Priority: normal :

Created on 2007-06-05 05:29 by forest, last changed 2007-09-03 05:50 by jpend.

Messages
msg2439 Author: [hidden] (forest) Date: 2007-06-05 05:29
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.
msg2440 Author: [hidden] (jpend) Date: 2007-09-03 05:50
Thanks. Committed to my local branch. I'll push this to CVS on sourceforge in the next few days.
msg2441 Author: [hidden] (jpend) Date: 2007-09-03 06:43
Committed to CVS
History
Date User Action Args
2007-06-05 05:29:14forestcreate