diff --git a/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/BusinessPath_viewAdvanced.xml b/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/BusinessPath_viewAdvanced.xml index 7a243720bf9b38ccdc0f2b457371bab80f0737f2..172b91783349145782c6b6511e637e78607d1303 100644 --- a/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/BusinessPath_viewAdvanced.xml +++ b/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/BusinessPath_viewAdvanced.xml @@ -101,6 +101,7 @@ <string>my_source_method_id</string> <string>my_completed_state_list</string> <string>my_predecessor_title</string> + <string>my_test_method_id</string> </list> </value> </item> diff --git a/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/BusinessPath_viewAdvanced/my_test_method_id.xml b/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/BusinessPath_viewAdvanced/my_test_method_id.xml new file mode 100644 index 0000000000000000000000000000000000000000..4bba975d09ef2b4eb0f8fa4058a843f82eb52cba --- /dev/null +++ b/bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/BusinessPath_viewAdvanced/my_test_method_id.xml @@ -0,0 +1,130 @@ +<?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>display_width</string> + <string>title</string> + </list> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>my_test_method_id</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>display_width</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <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> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </value> + </item> + <item> + <key> <string>values</string> </key> + <value> + <dictionary> + <item> + <key> <string>display_width</string> </key> + <value> <int>20</int> </value> + </item> + <item> + <key> <string>field_id</string> </key> + <value> <string>my_string_field</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>Test Method ID</string> </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <tuple> + <global name="TALESMethod" module="Products.Formulator.TALESField"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_text</string> </key> + <value> <string>python: preferences.getPreference(\'preferred_string_field_width\', 30)</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_trade/bt/change_log b/bt5/erp5_trade/bt/change_log index b657f66da546039ad9fd89fc4cc5959135cbe204..f77a66bd1350ca30babe9ef56135fabf3e0ba15c 100644 --- a/bt5/erp5_trade/bt/change_log +++ b/bt5/erp5_trade/bt/change_log @@ -1,3 +1,6 @@ +2010-03-24 tatuya +* Add Test Method Id field into BusinessPath_viewAdvanced so that Business Process will select appropriate Business Paths using the test method through Predicate API. + 2010-03-16 yo * Add Returned Purchase Packing List family. diff --git a/bt5/erp5_trade/bt/revision b/bt5/erp5_trade/bt/revision index 54d5fa6f52fd8cf8765513c6457a9ba6147b718a..6e3b01e5e2482587f7ec9eb733ecf0bc306a9330 100644 --- a/bt5/erp5_trade/bt/revision +++ b/bt5/erp5_trade/bt/revision @@ -1 +1 @@ -881 \ No newline at end of file +883 \ No newline at end of file