[gen] Optimisations, bugfixes and refactorings.
This commit is contained in:
parent
822e1a7c63
commit
f0c1f69573
9 changed files with 104 additions and 115 deletions
|
@ -347,7 +347,7 @@ class ToolWrapper(AbstractWrapper):
|
|||
<!-- Any other field -->
|
||||
<x if="field.name != 'title'">
|
||||
<x var="layoutType='cell'; innerRef=True"
|
||||
if="zobj.showField(field.name, 'result')">:field.pxRender</x>
|
||||
if="field.isShowable(zobj, 'result')">:field.pxRender</x>
|
||||
</x>''')
|
||||
|
||||
# Show query results as a list.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue