use targetItem to access also directly assigned concepts or resources
This commit is contained in:
parent
fb94aacaa8
commit
8bd69b12fd
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
|
||||
<metal:info define-macro="object_info"
|
||||
tal:define="item nocall:view/item">
|
||||
tal:define="item nocall:view/targetItem">
|
||||
<table class="object_info" width="400">
|
||||
<tr>
|
||||
<td colspan="2"><h2 i18n:translate="">Object Information</h2><br /></td>
|
||||
|
@ -52,7 +52,7 @@
|
|||
|
||||
|
||||
<metal:info define-macro="meta_info"
|
||||
tal:define="item nocall:view/item">
|
||||
tal:define="item nocall:view/targetItem">
|
||||
<table class="object_info" width="400">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
|
|
Loading…
Add table
Reference in a new issue