Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020507 | Openbravo ERP | B. User interface | public | 2012-05-15 14:08 | 2012-06-02 17:18 |
|
Reporter | sureshbabu | |
Assigned To | AugustoMauch | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 3.0MP10.1 | |
Target Version | | Fixed in Version | 3.0MP12 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | Google Chrome |
Modules | Openbravo 3.0 |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0020507: In the Business partner selecter popup window value in vendor filter goes off when i press tab button |
Description |
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. |
Steps To Reproduce | 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
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | 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 |
|
Attached Files | 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

|
|
Issue History |
Date Modified | Username | Field | Change |
2012-05-15 14:08 | sureshbabu | New Issue | |
2012-05-15 14:08 | sureshbabu | Assigned To | => dbaz |
2012-05-15 14:08 | sureshbabu | File Added: value in vendor filter goes off when i press tab button in Bussiness partner selecter popup window.JPG | |
2012-05-15 14:08 | sureshbabu | Web browser | => Google Chrome |
2012-05-15 14:08 | sureshbabu | Modules | => Openbravo 3.0 |
2012-05-15 14:13 | dbaz | Assigned To | dbaz => AugustoMauch |
2012-05-29 18:28 | AugustoMauch | Relationship added | has duplicate 0020508 |
2012-05-31 15:49 | hgbot | Checkin | |
2012-05-31 15:49 | hgbot | Note Added: 0049541 | |
2012-05-31 15:49 | hgbot | Status | new => resolved |
2012-05-31 15:49 | hgbot | Resolution | open => fixed |
2012-05-31 15:49 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d5b39cc3eae098c855899d013ea3ebe77ed96f75 [^] |
2012-05-31 15:51 | AugustoMauch | Note Added: 0049542 | |
2012-05-31 17:10 | marvintm | Note Added: 0049549 | |
2012-05-31 17:10 | marvintm | Status | resolved => new |
2012-05-31 17:10 | marvintm | Resolution | fixed => open |
2012-05-31 18:03 | hgbot | Checkin | |
2012-05-31 18:03 | hgbot | Note Added: 0049553 | |
2012-05-31 18:03 | hgbot | Status | new => resolved |
2012-05-31 18:03 | hgbot | Resolution | open => fixed |
2012-05-31 18:03 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/d5b39cc3eae098c855899d013ea3ebe77ed96f75 [^] => http://code.openbravo.com/erp/devel/pi/rev/b3ed61a03415077899a744b7062bcca9d4f4e965 [^] |
2012-05-31 18:48 | marvintm | Status | resolved => closed |
2012-05-31 18:48 | marvintm | Fixed in Version | => 3.0MP12 |
2012-06-02 17:18 | hudsonbot | Checkin | |
2012-06-02 17:18 | hudsonbot | Note Added: 0049585 | |
2012-06-02 17:18 | hudsonbot | Checkin | |
2012-06-02 17:18 | hudsonbot | Note 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
---
|
|
|
|
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 |
|
|
|
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
---
|
|
|
|
|
|
|
|