Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0025484 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | have not tried | 2014-01-16 08:54 | 2014-02-12 18:28 | |||
Reporter | jonalegriaesarte | View Status | public | |||||
Assigned To | AugustoMauch | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0PR14Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 929ca6801012 | ||||
Projection | none | ETA | none | Target Version | 3.0PR14Q2 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 3.0MP28.5 | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | dbaz | |||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | 25886 | |||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2013-09-11 | |||||||
Regression introduced in release | ||||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/dd0f6674c85196f95c3ddfe97a527b764fd6df99 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0025484: Unable to enter numeric search keys in product selector | |||||||
Description | Unable to enter numeric search keys in product selector | |||||||
Steps To Reproduce | 1) Create a purchase invoice 2) Add a line to the purchase invoice in form mode 3) Type numbers into the product field The numbers are erased as soon as you type them and you cannot enter a numeric search. If you enter one non-numeric character, you are then able to type numbers without them being erased. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0063441) hgbot (developer) 2014-01-16 13:15 |
Repository: erp/devel/pi Changeset: 929ca680101299da2a01877c193e990dfc4dfc84 Author: Augusto Mauch <augusto.mauch <at> openbravo.com> Date: Thu Jan 16 13:14:39 2014 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/929ca680101299da2a01877c193e990dfc4dfc84 [^] Fixes issue 25484: It is possible to enter numbers in the product selector When a number was entered in the product selector (Purchase Invoice window, Lines tab), it was being automatically deleted. This happened because it was being detected as an UUID, and we try to avoid showing IDs whenever is possible. To avoid this, the original value is restored in the redraw() function of ob-form-view in this case: - The focused form item is a foreign key - It has lost its displayed value - The original displayed value was a number This is not going to intefere with the rest of the cases where the UUID should actually be not shown. Those cases are handled in functions other than redraw() --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js --- |
(0063451) dbaz (viewer) 2014-01-16 23:53 |
Reviewed @ changeset: 21798 - d3396fd85019 |
(0063506) hudsonbot (viewer) 2014-01-17 15:49 |
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/9669102eb541 [^] Maturity status: Test |
(0063519) hgbot (developer) 2014-01-20 04:27 |
Repository: erp/devel/pi Changeset: 6e2d2a0077611a74f05a42460c8657f6760ebf8c Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com> Date: Mon Jan 20 08:55:19 2014 +0530 URL: http://code.openbravo.com/erp/devel/pi/rev/6e2d2a0077611a74f05a42460c8657f6760ebf8c [^] Fixes Issue 0025508, Related to Issue 25484: Problem while trying to modify a form Perform actions required for the issue 25484 only if focusItem is present. --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js --- |
(0064088) hudsonbot (viewer) 2014-02-12 18:28 |
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/d1a5bb862230 [^] Maturity status: Test |
(0064089) hudsonbot (viewer) 2014-02-12 18:28 |
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/d1a5bb862230 [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2014-01-16 08:54 | jonalegriaesarte | New Issue | |
2014-01-16 08:54 | jonalegriaesarte | Assigned To | => AugustoMauch |
2014-01-16 08:54 | jonalegriaesarte | Modules | => Core |
2014-01-16 08:54 | jonalegriaesarte | OBNetwork customer | => Yes |
2014-01-16 08:54 | jonalegriaesarte | Support ticket | => 25886 |
2014-01-16 08:54 | jonalegriaesarte | Triggers an Emergency Pack | => No |
2014-01-16 12:01 | AugustoMauch | Regression level | => Production - Confirmed Stable |
2014-01-16 12:01 | AugustoMauch | Regression date | => 2013-09-11 |
2014-01-16 12:01 | AugustoMauch | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/dd0f6674c85196f95c3ddfe97a527b764fd6df99 [^] |
2014-01-16 13:08 | AugustoMauch | Issue Monitored: dbaz | |
2014-01-16 13:08 | AugustoMauch | Review Assigned To | => dbaz |
2014-01-16 13:15 | hgbot | Checkin | |
2014-01-16 13:15 | hgbot | Note Added: 0063441 | |
2014-01-16 13:15 | hgbot | Status | new => resolved |
2014-01-16 13:15 | hgbot | Resolution | open => fixed |
2014-01-16 13:15 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/929ca680101299da2a01877c193e990dfc4dfc84 [^] |
2014-01-16 13:49 | priyam | Issue Monitored: priyam | |
2014-01-16 23:53 | dbaz | Note Added: 0063451 | |
2014-01-16 23:53 | dbaz | Status | resolved => closed |
2014-01-16 23:53 | dbaz | Fixed in Version | => 3.0MP32 |
2014-01-17 15:49 | hudsonbot | Checkin | |
2014-01-17 15:49 | hudsonbot | Note Added: 0063506 | |
2014-01-20 04:27 | hgbot | Checkin | |
2014-01-20 04:27 | hgbot | Note Added: 0063519 | |
2014-02-12 18:28 | hudsonbot | Checkin | |
2014-02-12 18:28 | hudsonbot | Note Added: 0064088 | |
2014-02-12 18:28 | hudsonbot | Checkin | |
2014-02-12 18:28 | hudsonbot | Note Added: 0064089 |
Copyright © 2000 - 2009 MantisBT Group |