better control of filtering (ignore filters and hiding of children in management views

This commit is contained in:
Helmut Merz 2011-11-11 15:23:36 +01:00
parent 3b6a5d0830
commit 4a5a596633

View file

@ -11,7 +11,8 @@
<div class="row"> <div class="row">
<span class="label">Sub-Concepts</span>: <span class="label">Sub-Concepts</span>:
<span class="field" <span class="field"
tal:repeat="concept view/children"> tal:repeat="concept python:
view.getChildren(topLevelOnly=False, useFilter=False)">
<a href="#" <a href="#"
tal:attributes="href concept/url" tal:attributes="href concept/url"
tal:content="concept/title">subtask</a> tal:content="concept/title">subtask</a>