diff --git a/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_view/listbox.xml b/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_view/listbox.xml index 9c5044500b9c3291e00d406989535f693848af39..834ff0ac444ca4e202eded0a02e7b2955b2bac85 100644 --- a/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_view/listbox.xml +++ b/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_view/listbox.xml @@ -13,14 +13,14 @@ <key> <string>delegated_list</string> </key> <value> <list> - <string>title</string> <string>columns</string> - <string>sort</string> - <string>selection_name</string> - <string>portal_types</string> <string>editable_columns</string> - <string>report_tree</string> + <string>portal_types</string> <string>report_root_list</string> + <string>report_tree</string> + <string>selection_name</string> + <string>sort</string> + <string>title</string> </list> </value> </item> @@ -163,6 +163,10 @@ <string>stop_date</string> <string>End</string> </tuple> + <tuple> + <string>int_index</string> + <string>Index</string> + </tuple> </list> </value> </item> @@ -209,8 +213,8 @@ <value> <list> <tuple> - <string>id</string> - <string>id</string> + <string>int_index</string> + <string>ASC</string> </tuple> </list> </value> diff --git a/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_view/listbox_int_index.xml b/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_view/listbox_int_index.xml new file mode 100644 index 0000000000000000000000000000000000000000..fe013cd4df646b7e02fad6ee3e0f3eaadca4d74a --- /dev/null +++ b/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_view/listbox_int_index.xml @@ -0,0 +1,99 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="ProxyField" module="Products.ERP5Form.ProxyField"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>delegated_list</string> </key> + <value> + <list> + <string>title</string> + </list> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>listbox_int_index</string> </value> + </item> + <item> + <key> <string>message_values</string> </key> + <value> + <dictionary> + <item> + <key> <string>external_validator_failed</string> </key> + <value> <string>The input failed the external validator.</string> </value> + </item> + </dictionary> + </value> + </item> + <item> + <key> <string>overrides</string> </key> + <value> + <dictionary> + <item> + <key> <string>field_id</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>form_id</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>target</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </value> + </item> + <item> + <key> <string>tales</string> </key> + <value> + <dictionary> + <item> + <key> <string>field_id</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>form_id</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>target</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </value> + </item> + <item> + <key> <string>values</string> </key> + <value> + <dictionary> + <item> + <key> <string>field_id</string> </key> + <value> <string>my_integer_value</string> </value> + </item> + <item> + <key> <string>form_id</string> </key> + <value> <string>Base_viewFieldLibrary</string> </value> + </item> + <item> + <key> <string>target</string> </key> + <value> <string>Click to edit the target</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Index</string> </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_project/bt/revision b/bt5/erp5_project/bt/revision index 89395971e9853143546b02e46e9668a159e77187..0dde6d352b78f94c8f3ab0379493762b666a484a 100644 --- a/bt5/erp5_project/bt/revision +++ b/bt5/erp5_project/bt/revision @@ -1 +1 @@ -693 \ No newline at end of file +694 \ No newline at end of file