Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025484 | Openbravo ERP | A. Platform | public | 2014-01-16 08:54 | 2014-02-12 18:28 |
|
Reporter | jonalegriaesarte | |
Assigned To | AugustoMauch | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 3.0MP28.5 | |
Target Version | 3.0PR14Q2 | Fixed in Version | 3.0PR14Q2 | |
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. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
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 | |
Notes |
|
(0063441)
|
hgbot
|
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
|
2014-01-16 23:53
|
|
Reviewed @ changeset: 21798 - d3396fd85019 |
|
|
|
|
|
(0063519)
|
hgbot
|
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
---
|
|
|
|
|
|
|
|