Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0020507 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] B. User interface | minor | always | 2012-05-15 14:08 | 2012-06-02 17:18 | |||
Reporter | sureshbabu | View Status | public | |||||
Assigned To | AugustoMauch | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0MP12 | |||
Status | closed | Fix in branch | Fixed in SCM revision | b3ed61a03415 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 3.0MP10.1 | SCM revision | ||||||
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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
||||||||
|
![]() |
|
(0049541) hgbot (developer) 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 (administrator) 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 (viewer) 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 (developer) 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 (viewer) 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 (viewer) 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 |
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |