Commit 48165a86 authored by Jérome Perrin's avatar Jérome Perrin

revert r21004 jump doesn't work here, there's no direct category membership here

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21236 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 79d496c6
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
<list> <list>
<string>title</string> <string>title</string>
<string>description</string> <string>description</string>
<string>allow_jump</string>
<string>base_category</string> <string>base_category</string>
<string>portal_type</string> <string>portal_type</string>
<string>catalog_index</string> <string>catalog_index</string>
...@@ -79,6 +80,10 @@ ...@@ -79,6 +80,10 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>allow_jump</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>base_category</string> </key> <key> <string>base_category</string> </key>
<value> <string>source</string> </value> <value> <string>source</string> </value>
......
239 240
\ No newline at end of file \ 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