Commit d0ad30e2 authored by Aurel's avatar Aurel

correctly proxify site & group of Assignment_view

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44380 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e28dbecb
......@@ -77,11 +77,11 @@
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_group</string> </value>
<value> <string>my_view_mode_group</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Assignment_viewFieldLibrary</string> </value>
<value> <string>Base_viewBaseFieldLibrary</string> </value>
</item>
<item>
<key> <string>target</string> </key>
......
......@@ -77,11 +77,11 @@
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_site</string> </value>
<value> <string>my_view_mode_site</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Assignment_viewFieldLibrary</string> </value>
<value> <string>Base_viewBaseFieldLibrary</string> </value>
</item>
<item>
<key> <string>target</string> </key>
......
......@@ -86,8 +86,6 @@
<string>my_activity</string>
<string>my_destination_project_title</string>
<string>my_destination_title</string>
<string>my_site</string>
<string>my_group</string>
<string>my_start_date</string>
<string>my_stop_date</string>
<string>my_title</string>
......
......@@ -87,6 +87,8 @@
<string>my_view_mode_listbox</string>
<string>my_view_mode_assignment_listbox</string>
<string>my_view_mode_person_listbox</string>
<string>my_view_mode_site</string>
<string>my_view_mode_group</string>
</list>
</value>
</item>
......
......@@ -11,14 +11,13 @@
<value>
<list>
<string>description</string>
<string>items</string>
<string>title</string>
</list>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_group</string> </value>
<value> <string>my_view_mode_group</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -66,12 +65,6 @@
<key> <string>form_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>items</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string></string> </value>
......@@ -93,18 +86,12 @@
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_category</string> </value>
<value> <string>my_view_mode_category</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>items</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
......@@ -119,17 +106,4 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:here.Base_getPreferredCategoryChildItemList(here.portal_categories.group)</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -11,14 +11,13 @@
<value>
<list>
<string>description</string>
<string>items</string>
<string>title</string>
</list>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_site</string> </value>
<value> <string>my_view_mode_site</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -66,12 +65,6 @@
<key> <string>form_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>items</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string></string> </value>
......@@ -93,18 +86,12 @@
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_category</string> </value>
<value> <string>my_view_mode_category</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>items</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
......@@ -119,17 +106,4 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:here.Base_getPreferredCategoryChildItemList(here.portal_categories.site)</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
959
\ No newline at end of file
960
\ 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