Commit 3d8ad08d authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added reference to category. made embed guard more generic

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13199 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3bdb9b3a
...@@ -121,6 +121,7 @@ ...@@ -121,6 +121,7 @@
<value> <value>
<list> <list>
<string>my_codification</string> <string>my_codification</string>
<string>my_reference</string>
<string>my_int_index</string> <string>my_int_index</string>
</list> </list>
</value> </value>
......
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>python:here.getParentValue().getPortalType() not in (\'Image Module\', \'Document Module\')</string> </value> <value> <string>python:here.getDefaultModuleId(here.getPortalType()) != here.getParentValue().getId()</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
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