Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0028835Openbravo ERPA. Platformpublic2015-02-02 12:242015-02-23 08:34
caristu 
inigosanchez 
highminoralways
closedfixed 
5
 
3.0PR15Q23.0PR15Q2 
alostale
OBPS
Core
32676
No
0028835: Computed column value is not updated properly after updating a record
Computed columns based on fields present in the same record are not updated properly after updating the record
1) Install the attached module
2) Go to the UOM window
3) Create a new record, with the active checkbox checked. The Computed Column field shows the "Active" value
4) Uncheck the active checkbox and save the record. The Computed Column field should show the "Inactive" value, but it is still showing the "Active" value.
5) Refresh the record, now the "Inactive" value is correctly shown.
No tags attached.
? com.openbravo.support.test-1.0.0.obx (24,449) 2015-02-02 12:24
https://issues.openbravo.com/file_download.php?file_id=7764&type=bug
Issue History
2015-02-02 12:24caristuNew Issue
2015-02-02 12:24caristuAssigned To => AugustoMauch
2015-02-02 12:24caristuFile Added: com.openbravo.support.test-1.0.0.obx
2015-02-02 12:24caristuOBNetwork customer => Yes
2015-02-02 12:24caristuModules => Core
2015-02-02 12:24caristuSupport ticket => 32676
2015-02-02 12:24caristuResolution time => 1423954800
2015-02-02 12:24caristuTriggers an Emergency Pack => No
2015-02-02 12:24caristuIssue Monitored: networkb
2015-02-02 12:25caristuDescription Updatedbug_revision_view_page.php?rev_id=7573#r7573
2015-02-03 08:21alostaleAssigned ToAugustoMauch => inigosanchez
2015-02-03 08:22alostaleStatusnew => scheduled
2015-02-03 08:22alostalefix_in_branch => pi
2015-02-09 11:40inigosanchezReview Assigned To => alostale
2015-02-09 11:40inigosanchezResolutionopen => fixed
2015-02-09 11:40inigosanchezfix_in_branchpi =>
2015-02-09 11:40inigosanchezIssue Monitored: alostale
2015-02-09 11:42hgbotCheckin
2015-02-09 11:42hgbotNote Added: 0074277
2015-02-09 11:42hgbotStatusscheduled => resolved
2015-02-09 11:42hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/26cc894c2f76cc91c27730b4397696239a7ecaab [^]
2015-02-09 11:45hgbotCheckin
2015-02-09 11:45hgbotNote Added: 0074278
2015-02-09 21:48hudsonbotCheckin
2015-02-09 21:48hudsonbotNote Added: 0074304
2015-02-09 21:48hudsonbotCheckin
2015-02-09 21:48hudsonbotNote Added: 0074305
2015-02-23 08:34alostaleNote Added: 0074795
2015-02-23 08:34alostaleStatusresolved => closed
2015-02-23 08:34alostaleFixed in Version => 3.0PR15Q2

Notes
(0074277)
hgbot   
2015-02-09 11:42   
Repository: erp/devel/pi
Changeset: 26cc894c2f76cc91c27730b4397696239a7ecaab
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Mon Feb 09 11:38:46 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/26cc894c2f76cc91c27730b4397696239a7ecaab [^]

Fixed issue 28835:Computed column value is not updated properly after updating

When an entity with computed columns is updating, computed column value is not
updated properly.

To avoid this behaviour, if entity have computed column, it will refresh from the database.

---
M modules/org.openbravo.service.json/src/org/openbravo/service/json/DefaultJsonDataService.java
---
(0074278)
hgbot   
2015-02-09 11:45   
Repository: erp/devel/pi
Changeset: 895d18b4820016ef00e830e55a5263d96e54530d
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Mon Feb 09 11:44:36 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/895d18b4820016ef00e830e55a5263d96e54530d [^]

Related to issue 28835: Update copyright

---
M modules/org.openbravo.service.json/src/org/openbravo/service/json/DefaultJsonDataService.java
---
(0074304)
hudsonbot   
2015-02-09 21:48   
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/d68c131a3f59 [^]
Maturity status: Test
(0074305)
hudsonbot   
2015-02-09 21:48   
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/d68c131a3f59 [^]
Maturity status: Test
(0074795)
alostale   
2015-02-23 08:34   
code reviewed + tested