check for 'visible' field property
This commit is contained in:
parent
7b0fe5aaf2
commit
5f78698e06
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
renderer python:
|
||||
fieldInstance.getRenderer(rendererName) or
|
||||
view.concept_macros[rendererName]"
|
||||
tal:condition="python:value or field.showEmpty">
|
||||
tal:condition="python:field.visible and (value or field.showEmpty)">
|
||||
<td><b tal:content="field/title" i18n:translate="" />:</td>
|
||||
<td><span metal:use-macro="renderer" /></td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue