add structure for target report column renderer
This commit is contained in:
parent
4a18c42283
commit
fbacdd7465
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
||||||
<a tal:omit-tag="python:
|
<a tal:omit-tag="python:
|
||||||
not getattr(item, 'showLinks', True) or not value['url']"
|
not getattr(item, 'showLinks', True) or not value['url']"
|
||||||
tal:attributes="href value/url"
|
tal:attributes="href value/url"
|
||||||
tal:content="value/title" />
|
tal:content="structure value/title" />
|
||||||
</tal:column>
|
</tal:column>
|
||||||
</metal:target>
|
</metal:target>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue