Commit e9adc1d8 authored by Jérome Perrin's avatar Jérome Perrin

Don't allow the use of categories as project

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23507 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5717f6de
......@@ -78,11 +78,11 @@
<value>
<dictionary>
<item>
<key> <string>base_category</string> </key>
<key> <string>base_category</string> </key>
<value> <string>destination_project</string> </value>
</item>
<item>
<key> <string>catalog_index</string> </key>
<key> <string>catalog_index</string> </key>
<value> <string>title</string> </value>
</item>
<item>
......@@ -94,13 +94,9 @@
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<key> <string>portal_type</string> </key>
<value>
<list>
<tuple>
<string>Category</string>
<string>Category</string>
</tuple>
<tuple>
<string>Project</string>
<string>Project</string>
......@@ -121,7 +117,7 @@
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<key> <string>title</string> </key>
<value> <string>Destination Project</string> </value>
</item>
</dictionary>
......
......@@ -78,11 +78,11 @@
<value>
<dictionary>
<item>
<key> <string>base_category</string> </key>
<key> <string>base_category</string> </key>
<value> <string>source_project</string> </value>
</item>
<item>
<key> <string>catalog_index</string> </key>
<key> <string>catalog_index</string> </key>
<value> <string>title</string> </value>
</item>
<item>
......@@ -98,13 +98,9 @@
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<key> <string>portal_type</string> </key>
<value>
<list>
<tuple>
<string>Category</string>
<string>Category</string>
</tuple>
<tuple>
<string>Project</string>
<string>Project</string>
......@@ -125,7 +121,7 @@
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<key> <string>title</string> </key>
<value> <string>Source Project</string> </value>
</item>
</dictionary>
......
367
\ No newline at end of file
368
\ 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