Notes |
|
|
Testing needed:
Testing for direct invocation:
Goto Sales Order
Create a new one
Enter a bp-searchkey into the bpartner field and press enter to open the selector. Three values to test (one leading to no records found, one leading to >1 records found (both should open selector and leave it open), one leading to exactly one record found (selector popup should open and close immediately and use the one record found
General testing:
testing of filtering/sorting of business partner selector |
|
|
(0018373)
|
hgbot
|
2009-07-17 15:23
|
|
Repository: erp/stable/2.40
Changeset: dc7667494e12a225e97a58a6865e19a10af819a8
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Tue Jul 14 17:49:37 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40/rev/dc7667494e12a225e97a58a6865e19a10af819a8 [^]
Fixed 9898: Improve performance of business partner selector
- optimize with limit/rownum <= 2when called with command=KEY (input value and press enter on calling page) to not load all possible rows when input value of not selective
- optimized placement of limit/offset and rownum
---
M src/org/openbravo/erpCommon/info/BusinessPartner.java
M src/org/openbravo/erpCommon/info/BusinessPartner_data.xsql
---
|
|
|
|
Tested as per the comments given by the developer |
|