Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0021192Openbravo ERPB. User interfacepublic2012-07-24 16:362012-08-24 10:49
ngarcia 
AugustoMauch 
urgentmajoralways
closedfixed 
5
pi 
3.0MP15 
migueldejuana
Core
No
0021192: Errors in Business Partner selector
Errors in Business Partner selector:

1. If you sort the records by clicking on a column, the filter is not applied and all the records appear again
As Group admin role:

Go to the "Sales Invoice Dimensional Report"
Open the Business Partner selector
Filter it by Region for example (you should have about 25 records)
Choose the first record
Click shift and select the last record
Notice that only some records are selected
Sort them by name for example
Notice that all the records appear again
No tags attached.
related to design defect 0021436 acknowledged Triage Platform Base In old selectors, multiple selection (shift + click) does not work in chrome 
Issue History
2012-07-24 16:36ngarciaNew Issue
2012-07-24 16:36ngarciaAssigned To => dbaz
2012-07-24 16:36ngarciaModules => Core
2012-07-24 16:36ngarciaResolution time => 1345845600
2012-07-24 16:37ngarciaIssue Monitored: networkb
2012-07-24 17:23ngarciaNote Added: 0050813
2012-07-24 17:30ngarciaNote Added: 0050814
2012-07-24 17:38ngarciaNote Deleted: 0050814
2012-07-24 17:46dbazAssigned Todbaz => alostale
2012-07-24 19:56jonalegriaesarteTarget Version3.0MP14 => 3.0MP15
2012-08-01 10:51migueldejuanaAssigned Toalostale => migueldejuana
2012-08-01 11:05migueldejuanaAssigned Tomigueldejuana => AugustoMauch
2012-08-03 13:21migueldejuanaAssigned ToAugustoMauch => alostale
2012-08-08 11:26hgbotCheckin
2012-08-08 11:26hgbotNote Added: 0051164
2012-08-08 12:42hgbotCheckin
2012-08-08 12:42hgbotNote Added: 0051169
2012-08-17 12:02AugustoMauchNote Added: 0051337
2012-08-17 12:09AugustoMauchNote Added: 0051338
2012-08-17 15:04AugustoMauchAssigned Toalostale => AugustoMauch
2012-08-23 13:28jonalegriaesarteRelationship addedrelated to 0021436
2012-08-23 14:40jonalegriaesarteDescription Updatedbug_revision_view_page.php?rev_id=3756#r3756
2012-08-23 14:41AugustoMauchStatusnew => scheduled
2012-08-23 14:41AugustoMauchfix_in_branch => pi
2012-08-23 14:42AugustoMauchClosed by => migueldejuana
2012-08-23 14:42AugustoMauchfix_in_branchpi =>
2012-08-23 14:42AugustoMauchNote Deleted: 0051338
2012-08-23 14:42AugustoMauchNote Deleted: 0051337
2012-08-23 14:43AugustoMauchNote Added: 0051508
2012-08-23 14:43AugustoMauchStatusscheduled => resolved
2012-08-23 14:43AugustoMauchFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/279d5b7c8c0cdc2b999dba5af3b4727a1c8fe724 [^]
2012-08-23 14:43AugustoMauchResolutionopen => fixed
2012-08-24 10:49migueldejuanaNote Added: 0051529
2012-08-24 10:49migueldejuanaStatusresolved => closed

Notes
(0050813)
ngarcia   
2012-07-24 17:23   
In order to have about 25 records applying the filter Region AK%, you should create 25 BP with the Customer checkbox selected (by default) and with the Location set as AK - United States.
(0051164)
hgbot   
2012-08-08 11:26   
Repository: erp/devel/pi
Changeset: fcbaad295f5c6c908bae1f6cf1f9af5c177868dc
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Aug 08 11:25:21 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/fcbaad295f5c6c908bae1f6cf1f9af5c177868dc [^]

Related to issue 21192: Filter is not removed when clicking on a column

In the business partner selector of the Sales Invoice Dimensional Report, some fields of the filter were not being taken into account when the user clicked on a column to sort the records.

---
M src/org/openbravo/erpCommon/info/BusinessPartnerMultiple.java
---
(0051169)
hgbot   
2012-08-08 12:42   
Repository: erp/devel/pi
Changeset: 279d5b7c8c0cdc2b999dba5af3b4727a1c8fe724
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Aug 08 12:41:51 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/279d5b7c8c0cdc2b999dba5af3b4727a1c8fe724 [^]

Related to issue 21192: Fixed bug in business partner selector filter

If a filter was set (i.e. in the business partner region), and the popup was closed and then opened again, the filter was still applied. This has been fixed by resetting the filters when the popup is opened.

---
M src/org/openbravo/erpCommon/info/BusinessPartnerMultiple.java
---
(0051508)
AugustoMauch   
2012-08-23 14:43   
The issue was fixed by the changeset http://code.openbravo.com/erp/devel/pi/rev/279d5b7c8c0cdc2b999dba5af3b4727a1c8fe724 [^]
(0051529)
migueldejuana   
2012-08-24 10:49   
Fixed and reviewed in @ece91fb55374