Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0020507Openbravo ERPB. User interfacepublic2012-05-15 14:082012-06-02 17:18
sureshbabu 
AugustoMauch 
normalminoralways
closedfixed 
5
3.0MP10.1 
3.0MP12 
Google Chrome
Openbravo 3.0
No
0020507: In the Business partner selecter popup window value in vendor filter goes off when i press tab button

In the Business partner selector, when i pressed tab button in the vendor selector field the value 'YES' goes off and because of that both customer and vendor details are not listed in the Business partner selector popup window.
Step 1) Navigate to procurement Management||Transactions||Requisition
Step 2) In the Requisition tab, click create a new record in form icon.
Step 3) New Requisition record will be created, and the focus will be in the Business partner field. Then click Magnifier icon to select the Business partner.
Step 4) Business partner popup window will be opened with the list of vendors.
Step 5) Press Tab key, and navigate the tab focus to Vendor filter field, with out changing any value again press tab button.

Issue: In the Vendor Filter field the value 'YES' gets automatically removed and both customer and vendor details are not listed in the BP selector popup window


No tags attached.
has duplicate defect 0020508 closed AugustoMauch In the prodcuct selecter popup window value in stock filter field clears off automatically when i press tab button 
jpg value in vendor filter goes off when i press tab button in Bussiness partner selecter popup window.JPG (83,182) 2012-05-15 14:08
https://issues.openbravo.com/file_download.php?file_id=5223&type=bug
jpg
Issue History
2012-05-15 14:08sureshbabuNew Issue
2012-05-15 14:08sureshbabuAssigned To => dbaz
2012-05-15 14:08sureshbabuFile Added: value in vendor filter goes off when i press tab button in Bussiness partner selecter popup window.JPG
2012-05-15 14:08sureshbabuWeb browser => Google Chrome
2012-05-15 14:08sureshbabuModules => Openbravo 3.0
2012-05-15 14:13dbazAssigned Todbaz => AugustoMauch
2012-05-29 18:28AugustoMauchRelationship addedhas duplicate 0020508
2012-05-31 15:49hgbotCheckin
2012-05-31 15:49hgbotNote Added: 0049541
2012-05-31 15:49hgbotStatusnew => resolved
2012-05-31 15:49hgbotResolutionopen => fixed
2012-05-31 15:49hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/d5b39cc3eae098c855899d013ea3ebe77ed96f75 [^]
2012-05-31 15:51AugustoMauchNote Added: 0049542
2012-05-31 17:10marvintmNote Added: 0049549
2012-05-31 17:10marvintmStatusresolved => new
2012-05-31 17:10marvintmResolutionfixed => open
2012-05-31 18:03hgbotCheckin
2012-05-31 18:03hgbotNote Added: 0049553
2012-05-31 18:03hgbotStatusnew => resolved
2012-05-31 18:03hgbotResolutionopen => fixed
2012-05-31 18:03hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/d5b39cc3eae098c855899d013ea3ebe77ed96f75 [^] => http://code.openbravo.com/erp/devel/pi/rev/b3ed61a03415077899a744b7062bcca9d4f4e965 [^]
2012-05-31 18:48marvintmStatusresolved => closed
2012-05-31 18:48marvintmFixed in Version => 3.0MP12
2012-06-02 17:18hudsonbotCheckin
2012-06-02 17:18hudsonbotNote Added: 0049585
2012-06-02 17:18hudsonbotCheckin
2012-06-02 17:18hudsonbotNote Added: 0049588

Notes
(0049541)
hgbot   
2012-05-31 15:49   
Repository: erp/devel/pi
Changeset: d5b39cc3eae098c855899d013ea3ebe77ed96f75
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Thu May 31 15:48:36 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d5b39cc3eae098c855899d013ea3ebe77ed96f75 [^]

Fixes issue 20507: YesNo filter fields have been fixed.

There was a problem with the initialization of the YesNo fields in smartcliente. They were being initialized with 'Yes' or 'No' instead of with true and false, which are the possible expected values.

The getCriterion function has been overwritten, so it detects if the value is faulty and returns a proper one.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-yesno.js
---
(0049542)
AugustoMauch   
2012-05-31 15:51   
Test plan:
- Test that issues 20507 and 20508 are no longer reproducible.
- Test that the YesNo filter fields are working properly.

This fix is not risky
(0049549)
marvintm   
2012-05-31 17:10   
The fix works in English, but not when logged in a different language which has the "Yes" or "No" labels translated.

It can be reproduced by installing the spanish localization pack and testing in Spanish.
(0049553)
hgbot   
2012-05-31 18:03   
Repository: erp/devel/pi
Changeset: b3ed61a03415077899a744b7062bcca9d4f4e965
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Thu May 31 18:02:19 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/b3ed61a03415077899a744b7062bcca9d4f4e965 [^]

Fixes issue 20507: Fix now uses translations

The 'Yes' and 'No' strings have been replaced with OB.I18N.labels['OBUIAPP_Yes'] and OB.I18N.labels['OBUIAPP_No'], which take their value from the selected translation.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-yesno.js
---
(0049585)
hudsonbot   
2012-06-02 17:18   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/d1995ebc438c [^]

Maturity status: Test
(0049588)
hudsonbot   
2012-06-02 17:18   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/d1995ebc438c [^]

Maturity status: Test