Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0025484Openbravo ERPA. Platformpublic2014-01-16 08:542014-02-12 18:28
jonalegriaesarte 
AugustoMauch 
normalmajorhave not tried
closedfixed 
5
3.0MP28.5 
3.0PR14Q23.0PR14Q2 
dbaz
Core
Production - Confirmed Stable
2013-09-11
https://code.openbravo.com/erp/devel/pi/rev/dd0f6674c85196f95c3ddfe97a527b764fd6df99 [^]
No
0025484: Unable to enter numeric search keys in product selector
Unable to enter numeric search keys in product selector
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.
No tags attached.
Issue History
2014-01-16 08:54jonalegriaesarteNew Issue
2014-01-16 08:54jonalegriaesarteAssigned To => AugustoMauch
2014-01-16 08:54jonalegriaesarteModules => Core
2014-01-16 08:54jonalegriaesarteTriggers an Emergency Pack => No
2014-01-16 12:01AugustoMauchRegression level => Production - Confirmed Stable
2014-01-16 12:01AugustoMauchRegression date => 2013-09-11
2014-01-16 12:01AugustoMauchRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/dd0f6674c85196f95c3ddfe97a527b764fd6df99 [^]
2014-01-16 13:08AugustoMauchIssue Monitored: dbaz
2014-01-16 13:08AugustoMauchReview Assigned To => dbaz
2014-01-16 13:15hgbotCheckin
2014-01-16 13:15hgbotNote Added: 0063441
2014-01-16 13:15hgbotStatusnew => resolved
2014-01-16 13:15hgbotResolutionopen => fixed
2014-01-16 13:15hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/929ca680101299da2a01877c193e990dfc4dfc84 [^]
2014-01-16 13:49priyamIssue Monitored: priyam
2014-01-16 23:53dbazNote Added: 0063451
2014-01-16 23:53dbazStatusresolved => closed
2014-01-16 23:53dbazFixed in Version => 3.0MP32
2014-01-17 15:49hudsonbotCheckin
2014-01-17 15:49hudsonbotNote Added: 0063506
2014-01-20 04:27hgbotCheckin
2014-01-20 04:27hgbotNote Added: 0063519
2014-02-12 18:28hudsonbotCheckin
2014-02-12 18:28hudsonbotNote Added: 0064088
2014-02-12 18:28hudsonbotCheckin
2014-02-12 18:28hudsonbotNote 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
(0063506)
hudsonbot   
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   
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   
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   
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