Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0028651Openbravo ERPA. Platformpublic2015-01-18 17:232015-05-07 22:16
rjapoova 
alostale 
immediatetrivialalways
closedfixed 
5
3.0PR14Q4 
3.0PR15Q3 
AugustoMauch
Google Chrome
Core
Production - Confirmed Stable
2013-09-01
3.0PR14Q2
https://code.openbravo.com/erp/devel/pi/rev/015591a05799 [^]
No
0028651: Transaction Type field is incorrectly flagged as red when transactions are entered in grid mode
In the Financial Account window, when entering a transaction manually in grid mode, you need to specify the Transaction Type (BP Deposit, BP Withdrawal, etc.).

When changing this field, the field is flagged as red.

This indicates that there is something wrong with the logic around this field.

The red flag can be safely ignored and users can continue successfully.
Look at this video for the first 30 seconds:
https://drive.google.com/file/d/0B2uCUQlrOPvIMEhPWVF3STdINTA/view?usp=sharing [^]
No tags attached.
related to defect 0026189 closed alostale [PR14Q2] In Business partner combo box, keyed values get deleted 
depends on backport 00294663.0PR15Q2 closed alostale Transaction Type field is incorrectly flagged as red when transactions are entered in grid mode 
depends on backport 00294673.0PR15Q1.3 closed alostale Transaction Type field is incorrectly flagged as red when transactions are entered in grid mode 
caused by feature request 0025574 closed dbaz Upgrade SmartClient 10.0d 
Issue History
2015-01-18 17:23rjapoovaNew Issue
2015-01-18 17:23rjapoovaAssigned To => dmiguelez
2015-01-18 17:23rjapoovaWeb browser => Google Chrome
2015-01-18 17:23rjapoovaModules => Core
2015-01-18 17:23rjapoovaTriggers an Emergency Pack => No
2015-03-28 12:40dmitry_mezentsevNote Added: 0076106
2015-03-28 12:41dmitry_mezentsevWeb browserGoogle Chrome => Google Chrome
2015-03-28 12:41dmitry_mezentsevAssigned Todmiguelez => platform
2015-03-28 12:41dmitry_mezentsevStatusnew => acknowledged
2015-03-31 10:08alostaleReview Assigned To => AugustoMauch
2015-03-31 10:08alostaleWeb browserGoogle Chrome => Google Chrome
2015-03-31 10:08alostaleRegression introduced in release => 3.0PR14Q2
2015-03-31 10:08alostalePrioritynormal => immediate
2015-03-31 10:08alostaleCategory09. Financial management => A. Platform
2015-03-31 10:09alostaleAssigned Toplatform => alostale
2015-03-31 10:18alostaleStatusacknowledged => scheduled
2015-03-31 11:22alostaleRelationship addedrelated to 0026189
2015-03-31 11:24alostaleWeb browserGoogle Chrome => Google Chrome
2015-03-31 11:24alostaleRegression level => Production - Confirmed Stable
2015-03-31 11:24alostaleRegression date => 2013-09-01
2015-03-31 11:24alostaleRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/015591a05799 [^]
2015-03-31 11:24alostaleRelationship addedcaused by 0025574
2015-03-31 12:46hgbotCheckin
2015-03-31 12:46hgbotNote Added: 0076171
2015-03-31 12:46hgbotStatusscheduled => resolved
2015-03-31 12:46hgbotResolutionopen => fixed
2015-03-31 12:46hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/f1075c59ffbf77b5c44898fa2f901c0df8dc169e [^]
2015-03-31 16:22AugustoMauchNote Added: 0076178
2015-03-31 16:22AugustoMauchStatusresolved => closed
2015-03-31 16:22AugustoMauchFixed in Version => 3.0PR15Q3
2015-04-22 10:20AugustoMauchNote Added: 0076680
2015-05-07 22:16hudsonbotCheckin
2015-05-07 22:16hudsonbotNote Added: 0077106

Notes
(0076106)
dmitry_mezentsev   
2015-03-28 12:40   
1. Happens the same in all List References, for example, Product window --> Product Type, but at the same time behavior is different (no highlight) if it is TableDir reference, for example Product window --> Product Category (btw in 14Q2 even in Product Category the behavior was the same - red highlight till the selection is finished).
2. IMHO red highlight till selection is not finished is too much but for David to decide.
(0076171)
hgbot   
2015-03-31 12:46   
Repository: erp/devel/pi
Changeset: f1075c59ffbf77b5c44898fa2f901c0df8dc169e
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Mar 31 12:45:26 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f1075c59ffbf77b5c44898fa2f901c0df8dc169e [^]

fixed bug 28651: list reference are validated while typing

  This caused to see the field in red as non valid while typing to filter a value.

  It has been fixed in the same way selector reference does: preventing validation
  on filterComplete. A new OBComboBoxItem class has been implemented in order to
  make both list and selectors (including table and tableDir) extend it preventing
  in this manner code duplicities.

---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/ApplicationComponentProvider.java
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-list.js
M modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js
A modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-combo.js
---
(0076178)
AugustoMauch   
2015-03-31 16:22   
Code reviewed and verified in pi@f1075c59ffbf
(0076680)
AugustoMauch   
2015-04-22 10:20   
Created test in testlink: https://testlink.openbravo.com/testlink/linkto.php?tprojectPrefix=Communit&item=testcase&id=Communit-8205 [^]
(0077106)
hudsonbot   
2015-05-07 22:16   
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/a1817f84bd8b [^]
Maturity status: Test