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 @@ ...@@ -3,8 +3,11 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<global name="RelationStringField" module="Products.ERP5Form.RelationField"/> <tuple>
<tuple/> <string>Products.ERP5Form.RelationField</string>
<string>RelationStringField</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -360,7 +363,7 @@ ...@@ -360,7 +363,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>allow_creation</string> </key> <key> <string>allow_creation</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>allow_jump</string> </key> <key> <string>allow_jump</string> </key>
...@@ -394,9 +397,7 @@ ...@@ -394,9 +397,7 @@
</item> </item>
<item> <item>
<key> <string>default</string> </key> <key> <string>default</string> </key>
<value> <value> <string></string> </value>
<list/>
</value>
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
...@@ -478,6 +479,10 @@ ...@@ -478,6 +479,10 @@
<string>Project</string> <string>Project</string>
<string>Project</string> <string>Project</string>
</tuple> </tuple>
<tuple>
<string>Conference</string>
<string>Conference</string>
</tuple>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -3,8 +3,11 @@ ...@@ -3,8 +3,11 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<global name="RelationStringField" module="Products.ERP5Form.RelationField"/> <tuple>
<tuple/> <string>Products.ERP5Form.RelationField</string>
<string>RelationStringField</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -360,7 +363,7 @@ ...@@ -360,7 +363,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>allow_creation</string> </key> <key> <string>allow_creation</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>allow_jump</string> </key> <key> <string>allow_jump</string> </key>
...@@ -394,9 +397,7 @@ ...@@ -394,9 +397,7 @@
</item> </item>
<item> <item>
<key> <string>default</string> </key> <key> <string>default</string> </key>
<value> <value> <string></string> </value>
<list/>
</value>
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
...@@ -478,6 +479,10 @@ ...@@ -478,6 +479,10 @@
<string>Project</string> <string>Project</string>
<string>Project</string> <string>Project</string>
</tuple> </tuple>
<tuple>
<string>Conference</string>
<string>Conference</string>
</tuple>
</list> </list>
</value> </value>
</item> </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