Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0021654Openbravo ERPA. Platformpublic2012-09-14 12:262012-09-26 17:19
eduardo_Argal 
AugustoMauch 
immediatemajorhave not tried
closedfixed 
5
 
3.0MP163.0MP15 
guilleaer
Core
Pre packaging ( pi )
2012-09-03
https://code.openbravo.com/erp/devel/pi/rev/8d78c37391b63a730f160c8a8444c8b1945f6973 [^]
No
0021654: Optional combo boxes not working properly
When an optional combo containing a selected element is then updated to an empty value, interface does not recognize the change so save option is not displayed. Even forcing the save button to appear (just by typing something in a description and deleting it again) and then saving, the value is not empty (the one selected) but the old value remains.
1) Go to Financial Account window
2) select a matching algorithm and save
3) remove previously selected value from the combo (matching algorithm)
4) mind that save button is not available (First bug) when it should be
5) Type an space in description and then delete it again
6) mind that save button now is enabled
7) save and realize that algorithm value is not empty one but old value (second bug)
No tags attached.
Issue History
2012-09-14 12:26eduardo_ArgalNew Issue
2012-09-14 12:26eduardo_ArgalAssigned To => AugustoMauch
2012-09-14 12:26eduardo_ArgalModules => Core
2012-09-14 12:26eduardo_ArgalRegression level => QA functional test
2012-09-14 13:43AugustoMauchTarget Version => 3.0MP16
2012-09-17 12:07AugustoMauchRegression levelQA functional test => Pre packaging ( pi )
2012-09-17 12:07AugustoMauchRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/8d78c37391b63a730f160c8a8444c8b1945f6973 [^]
2012-09-17 13:13AugustoMauchRegression date => 2012-09-03
2012-09-17 13:27AugustoMauchClosed by => guilleaer
2012-09-17 13:31hgbotCheckin
2012-09-17 13:31hgbotNote Added: 0052165
2012-09-17 13:31hgbotStatusnew => resolved
2012-09-17 13:31hgbotResolutionopen => fixed
2012-09-17 13:31hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/3add0cfef5fa017e1848a789aedd7ee3105648a1 [^]
2012-09-24 20:13guilleaerNote Added: 0052377
2012-09-24 20:13guilleaerStatusresolved => closed
2012-09-24 20:13guilleaerFixed in Version => 3.0MP15
2012-09-26 17:19hudsonbotCheckin
2012-09-26 17:19hudsonbotNote Added: 0052772

Notes
(0052165)
hgbot   
2012-09-17 13:31   
Repository: erp/devel/pi
Changeset: 3add0cfef5fa017e1848a789aedd7ee3105648a1
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Sep 17 13:27:00 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3add0cfef5fa017e1848a789aedd7ee3105648a1 [^]

Fixes issue 21654: Selecting a blank option enables the save toolbar buttons

In the pickValue of the ob-formitem-list file, the _value attribute was set to '' to always trigger the update. This did not work because then selecting a blank option would not trigger the update.

Now, the _value attribute is set to a random number.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-list.js
---
(0052377)
guilleaer   
2012-09-24 20:13   
code reviewed and tested in pi@4c4431d17dbd
(0052772)
hudsonbot   
2012-09-26 17:19   
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/b780e90c6452 [^]

Maturity status: Test