Commit 24289016 authored by Ivan Tyagov's avatar Ivan Tyagov

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
parent 80fa3cfc
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
185
\ No newline at end of file
186
\ 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