From 24289016cd9ceb3cff5a9ad5172cd8766f39ecca Mon Sep 17 00:00:00 2001
From: Ivan Tyagov <ivan@nexedi.com>
Date: Tue, 1 Mar 2011 08:43:37 +0000
Subject: [PATCH] Listbox search columns use prefix with listbox field id.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43837 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../test_accounting_transaction_module_sort.html.xml     | 9 ++++-----
 ...ting_transaction_module_sort_without_section.html.xml | 9 ++++-----
 .../test_organisation_transaction_list.html.xml          | 5 ++---
 bt5/erp5_accounting_ui_test/bt/revision                  | 2 +-
 4 files changed, 11 insertions(+), 14 deletions(-)

diff --git a/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_accounting_module/test_accounting_transaction_module_sort.html.xml b/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_accounting_module/test_accounting_transaction_module_sort.html.xml
index 11a20df1fc..b5fa238f53 100644
--- a/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_accounting_module/test_accounting_transaction_module_sort.html.xml
+++ b/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_accounting_module/test_accounting_transaction_module_sort.html.xml
@@ -124,7 +124,7 @@ Test sort for Accounting module main listbox\n
 <!-- search and sort by title desc (regression) {{{ -->\n
 <tr>\n
   <td>type</td>\n
-  <td>title</td>\n
+  <td>listbox_title</td>\n
   <td>%</td>\n
 </tr>\n
 <tr>\n
@@ -278,7 +278,7 @@ Test sort for Accounting module main listbox\n
 <!-- sort by reference {{{ -->\n
 <tr>\n
   <td>type</td>\n
-  <td>reference</td>\n
+  <td>listbox_reference</td>\n
   <td>%</td>\n
   <td></td>\n
 </tr>\n
@@ -332,7 +332,7 @@ Test sort for Accounting module main listbox\n
 <!-- clear reference search {{{ -->\n
 <tr>\n
   <td>type</td>\n
-  <td>reference</td>\n
+  <td>listbox_reference</td>\n
   <td></td>\n
   <td></td>\n
 </tr>\n
@@ -423,8 +423,7 @@ Test sort for Accounting module main listbox\n
 </tbody></table>\n
 </body>\n
 </html> <!-- vim: syntax=html foldmethod=marker\n
--->\n
-
+-->
 
 ]]></unicode> </value>
         </item>
diff --git a/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_accounting_module/test_accounting_transaction_module_sort_without_section.html.xml b/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_accounting_module/test_accounting_transaction_module_sort_without_section.html.xml
index fd3e18f7ae..3ba48b982d 100644
--- a/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_accounting_module/test_accounting_transaction_module_sort_without_section.html.xml
+++ b/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_accounting_module/test_accounting_transaction_module_sort_without_section.html.xml
@@ -113,7 +113,7 @@ Test sort for Accounting module main listbox, without section\n
 <!-- search and sort by title desc (regression) {{{ -->\n
 <tr>\n
   <td>type</td>\n
-  <td>title</td>\n
+  <td>listbox_title</td>\n
   <td>%</td>\n
 </tr>\n
 <tr>\n
@@ -229,7 +229,7 @@ Test sort for Accounting module main listbox, without section\n
 <!-- sort by reference {{{ -->\n
 <tr>\n
   <td>type</td>\n
-  <td>reference</td>\n
+  <td>listbox_reference</td>\n
   <td>%</td>\n
   <td></td>\n
 </tr>\n
@@ -283,7 +283,7 @@ Test sort for Accounting module main listbox, without section\n
 <!-- clear reference search {{{ -->\n
 <tr>\n
   <td>type</td>\n
-  <td>reference</td>\n
+  <td>listbox_reference</td>\n
   <td></td>\n
   <td></td>\n
 </tr>\n
@@ -336,8 +336,7 @@ Test sort for Accounting module main listbox, without section\n
 </tbody></table>\n
 </body>\n
 </html> <!-- vim: syntax=html foldmethod=marker\n
--->\n
-
+-->
 
 ]]></unicode> </value>
         </item>
diff --git a/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_entities/test_organisation_transaction_list.html.xml b/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_entities/test_organisation_transaction_list.html.xml
index 272668aec0..ed37e28b5b 100644
--- a/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_entities/test_organisation_transaction_list.html.xml
+++ b/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_entities/test_organisation_transaction_list.html.xml
@@ -181,7 +181,7 @@ from http://localhost:9080/erp5/Entity_viewAccountingTransactionList/listbox?for
 </tr>\n
 <tr>\n
   <td>type</td>\n
-  <td>specific_reference</td>\n
+  <td>listbox_specific_reference</td>\n
   <td>${specific_reference}</td>\n
 </tr>\n
 <tr>\n
@@ -221,8 +221,7 @@ from http://localhost:9080/erp5/Entity_viewAccountingTransactionList/listbox?for
 </tbody></table>\n
 </body>\n
 </html> <!-- vim: syntax=html foldmethod=marker\n
--->\n
-
+-->
 
 ]]></unicode> </value>
         </item>
diff --git a/bt5/erp5_accounting_ui_test/bt/revision b/bt5/erp5_accounting_ui_test/bt/revision
index 1edbdbab42..cb37cb5c1f 100644
--- a/bt5/erp5_accounting_ui_test/bt/revision
+++ b/bt5/erp5_accounting_ui_test/bt/revision
@@ -1 +1 @@
-185
\ No newline at end of file
+186
\ No newline at end of file
-- 
2.30.9