Commit ec15c825 authored by Łukasz Nowak's avatar Łukasz Nowak

- relate to services, use relation string field instead of list field

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22107 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4f208285
......@@ -106,7 +106,7 @@
<string>my_title</string>
<string>my_reference</string>
<string>my_int_index</string>
<string>my_resource</string>
<string>my_resource_title</string>
<string>my_industrial_phase</string>
</list>
</value>
......
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_resource</string> </value>
<value> <string>my_resource_title</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -74,7 +74,7 @@
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_resource</string> </value>
<value> <string>my_resource_title</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
......
......@@ -103,11 +103,11 @@
<string>my_industrial_phase</string>
<string>my_quantity</string>
<string>my_quantity_unit</string>
<string>my_resource</string>
<string>my_specialise_title</string>
<string>my_title</string>
<string>my_int_index</string>
<string>my_reference</string>
<string>my_resource_title</string>
</list>
</value>
</item>
......
......@@ -14,13 +14,13 @@
<value>
<list>
<string>title</string>
<string>items</string>
<string>portal_type</string>
</list>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_resource</string> </value>
<value> <string>my_resource_title</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -65,7 +65,7 @@
<value> <string></string> </value>
</item>
<item>
<key> <string>items</string> </key>
<key> <string>portal_type</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
......@@ -74,6 +74,10 @@
<key> <string>target</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
......@@ -81,18 +85,27 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>default_module</string> </key>
<value> <string>apparel_shape_module</string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_category</string> </value>
<value> <string>my_resource_title</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
<value> <string>TransformationTransformedResource_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>items</string> </key>
<key> <string>portal_type</string> </key>
<value>
<list/>
<list>
<tuple>
<string>Resource</string>
<string>Resource</string>
</tuple>
</list>
</value>
</item>
<item>
......@@ -120,7 +133,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.portal_categories.operation.getCategoryChildLogicalPathItemList(base=1)</string> </value>
<value> <string>python: [(x, x) for x in here.getPortalServiceTypeList()]</string> </value>
</item>
</dictionary>
</pickle>
......
183
\ No newline at end of file
185
\ 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