Commit 45fa7ab3 authored by Alexandre Boeglin's avatar Alexandre Boeglin

Base_viewMetadata Related objects are now clickable URLs, saves a lot of copy&paste.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10898 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1a5f377f
......@@ -317,7 +317,11 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [x.getPath() for x in here.portal_categories.getRelatedValueList(here)]</string> </value>
<value> <string encoding="cdata"><![CDATA[
python: [\'<a href="%s">%s</a>\' % (x.absolute_url(), x.getPath()) for x in here.portal_categories.getRelatedValueList(here)]
]]></string> </value>
</item>
</dictionary>
</pickle>
......
113
\ No newline at end of file
114
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment