Commit adc15b0d authored by Bartek Górny's avatar Bartek Górny

Added Conference to source_project portal types; disallowed creation

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10668 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e857995d
......@@ -3,8 +3,11 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="RelationStringField" module="Products.ERP5Form.RelationField"/>
<tuple/>
<tuple>
<string>Products.ERP5Form.RelationField</string>
<string>RelationStringField</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
......@@ -360,7 +363,7 @@
<dictionary>
<item>
<key> <string>allow_creation</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>allow_jump</string> </key>
......@@ -394,9 +397,7 @@
</item>
<item>
<key> <string>default</string> </key>
<value>
<list/>
</value>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -478,6 +479,10 @@
<string>Project</string>
<string>Project</string>
</tuple>
<tuple>
<string>Conference</string>
<string>Conference</string>
</tuple>
</list>
</value>
</item>
......
......@@ -3,8 +3,11 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="RelationStringField" module="Products.ERP5Form.RelationField"/>
<tuple/>
<tuple>
<string>Products.ERP5Form.RelationField</string>
<string>RelationStringField</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
......@@ -360,7 +363,7 @@
<dictionary>
<item>
<key> <string>allow_creation</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>allow_jump</string> </key>
......@@ -394,9 +397,7 @@
</item>
<item>
<key> <string>default</string> </key>
<value>
<list/>
</value>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -478,6 +479,10 @@
<string>Project</string>
<string>Project</string>
</tuple>
<tuple>
<string>Conference</string>
<string>Conference</string>
</tuple>
</list>
</value>
</item>
......
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