Commit e60c6144 authored by Jérome Perrin's avatar Jérome Perrin

trade: rename misnamed SalePackingList_fastInputForm

parent 8c50f2cb
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string:${object_url}/SalePackingList_fastInputForm</string> </value> <value> <string>string:${object_url}/SalePackingList_viewContainerFastInputDialog</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -108,7 +108,7 @@ url_params = make_query(selection_name=selection_name, ...@@ -108,7 +108,7 @@ url_params = make_query(selection_name=selection_name,
portal_status_message='%s container(s) created.' %\ portal_status_message='%s container(s) created.' %\
container_count) container_count)
redirect_url = '%s/SalePackingList_fastInputForm?%s' %\ redirect_url = '%s/SalePackingList_viewContainerFastInputDialog?%s' %\
(context.absolute_url(), url_params) (context.absolute_url(), url_params)
context.REQUEST[ 'RESPONSE' ].redirect(redirect_url) context.REQUEST[ 'RESPONSE' ].redirect(redirect_url)
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>SalePackingList_fastInputForm</string> </value> <value> <string>SalePackingList_viewContainerFastInputDialog</string> </value>
</item> </item>
<item> <item>
<key> <string>method</string> </key> <key> <string>method</string> </key>
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
</item> </item>
<item> <item>
<key> <string>name</string> </key> <key> <string>name</string> </key>
<value> <string>SalePackingList_fastInputForm</string> </value> <value> <string>SalePackingList_viewContainerFastInputDialog</string> </value>
</item> </item>
<item> <item>
<key> <string>pt</string> </key> <key> <string>pt</string> </key>
......
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