better control of filtering (ignore filters and hiding of children in management views
This commit is contained in:
		
							parent
							
								
									3b6a5d0830
								
							
						
					
					
						commit
						4a5a596633
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -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> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue