Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010654Openbravo ERPA. Platformpublic2009-09-18 09:182009-10-09 00:00
rafaroda 
alostale 
urgentmajoralways
closedfixed 
20rPath Linux
main 
2.50MP72.50MP7 
Core
No
0010654: Business Partner and Product selectors inconsistent behavior with organization security
The Business Partner selector shows all the business partners not taking into account the organization of the record that is being editing.

But when the key is typed in the field and the enter key is pressed the query that searches for the business partner it does.

So, it can happen the case that you type the key and press enter. And the popup gets open with just one business partner in the list, when the expected behavior would be to automatically select that only business partner.
1) Change business partner Millman to organization B.
2) Create a Sales Order in organization A.
3) Type "mill" and press enter key.
4) Selector remains open with Millman record displaying: WRONG

This is not happening in the product selector (but the behaviour is wrong anyway).
1) Change product Grand Beer to organization B.
2) Go to the lines of the previous Sales Order in organization A.
3) Type "bee" and press enter key.
4) Selector is automatically closed and Grand Beer is selected: WRONG
No tags attached.
related to defect 00104182.50MP6 closed alostale Project selector inconsistent behavior with organization security 
Issue History
2009-09-18 09:18rafarodaNew Issue
2009-09-18 09:18rafarodaAssigned To => alostale
2009-09-18 09:18rafarodaRelationship addedrelated to 0010418
2009-09-29 22:13psarobePrioritynormal => urgent
2009-09-29 22:13psarobeStatusnew => scheduled
2009-09-29 22:13psarobeTarget Version => 2.50MP7
2009-10-02 16:41hgbotCheckin
2009-10-02 16:41hgbotNote Added: 0020675
2009-10-02 16:41hgbotStatusscheduled => resolved
2009-10-02 16:41hgbotResolutionopen => fixed
2009-10-02 16:41hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/45feb552ae61b8b952436859bc604fe5cf85a95f [^]
2009-10-02 17:02hgbotCheckin
2009-10-02 17:02hgbotNote Added: 0020677
2009-10-02 17:02hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/45feb552ae61b8b952436859bc604fe5cf85a95f [^] => http://code.openbravo.com/erp/devel/pi/rev/857b048212eaaa0e36da315c2cbbbc5f070676c3 [^]
2009-10-08 09:11arunkumarStatusresolved => closed
2009-10-08 09:11arunkumarNote Added: 0020864
2009-10-08 09:11arunkumarFixed in Version => 2.50MP7
2009-10-09 00:00anonymoussf_bug_id0 => 2875124

Notes
(0020675)
hgbot   
2009-10-02 16:41   
Repository: erp/devel/pi
Changeset: 45feb552ae61b8b952436859bc604fe5cf85a95f
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Oct 02 16:40:45 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/45feb552ae61b8b952436859bc604fe5cf85a95f [^]

fixed bug 0010654: Business Partner and Product selectors inconsistent behavior with organization security

---
M src/org/openbravo/erpCommon/info/BusinessPartner.java
M src/org/openbravo/erpCommon/info/Product.java
---
(0020677)
hgbot   
2009-10-02 17:02   
Repository: erp/devel/pi
Changeset: 857b048212eaaa0e36da315c2cbbbc5f070676c3
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Oct 02 17:02:38 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/857b048212eaaa0e36da315c2cbbbc5f070676c3 [^]

fixed bug 0010654: fixed incorrect session clear

---
M src/org/openbravo/erpCommon/info/BusinessPartner.java
---
(0020864)
arunkumar   
2009-10-08 09:11   
This issue has been resolved. When we click the business partner and product popup windows it takes organization into the account and filters the result according to the organization.