Commit 04c33aed authored by Nicolas Dumazet's avatar Nicolas Dumazet

Since r33351, portal types of Cells have changed


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33737 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 284e3fd8
......@@ -12,7 +12,9 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
<list>
<string>cell_portal_type</string>
</list>
</value>
</item>
<item>
......@@ -72,6 +74,10 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>cell_portal_type</string> </key>
<value> <string>Transformation Operation Cell</string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_quantity_matrixbox</string> </value>
......
......@@ -12,7 +12,9 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
<list>
<string>cell_portal_type</string>
</list>
</value>
</item>
<item>
......@@ -72,6 +74,10 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>cell_portal_type</string> </key>
<value> <string>Transformation Operation Cell</string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_variation_matrixbox</string> </value>
......
468
\ No newline at end of file
469
\ 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