Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0028835 | Openbravo ERP | A. Platform | public | 2015-02-02 12:24 | 2015-02-23 08:34 |
|
Reporter | caristu | |
Assigned To | inigosanchez | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q2 | Fixed in Version | 3.0PR15Q2 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 32676 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0028835: Computed column value is not updated properly after updating a record |
Description | Computed columns based on fields present in the same record are not updated properly after updating the record |
Steps To Reproduce | 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. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | 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 |
Date Modified | Username | Field | Change |
2015-02-02 12:24 | caristu | New Issue | |
2015-02-02 12:24 | caristu | Assigned To | => AugustoMauch |
2015-02-02 12:24 | caristu | File Added: com.openbravo.support.test-1.0.0.obx | |
2015-02-02 12:24 | caristu | OBNetwork customer | => Yes |
2015-02-02 12:24 | caristu | Modules | => Core |
2015-02-02 12:24 | caristu | Support ticket | => 32676 |
2015-02-02 12:24 | caristu | Resolution time | => 1423954800 |
2015-02-02 12:24 | caristu | Triggers an Emergency Pack | => No |
2015-02-02 12:24 | caristu | Issue Monitored: networkb | |
2015-02-02 12:25 | caristu | Description Updated | bug_revision_view_page.php?rev_id=7573#r7573 |
2015-02-03 08:21 | alostale | Assigned To | AugustoMauch => inigosanchez |
2015-02-03 08:22 | alostale | Status | new => scheduled |
2015-02-03 08:22 | alostale | fix_in_branch | => pi |
2015-02-09 11:40 | inigosanchez | Review Assigned To | => alostale |
2015-02-09 11:40 | inigosanchez | Resolution | open => fixed |
2015-02-09 11:40 | inigosanchez | fix_in_branch | pi => |
2015-02-09 11:40 | inigosanchez | Issue Monitored: alostale | |
2015-02-09 11:42 | hgbot | Checkin | |
2015-02-09 11:42 | hgbot | Note Added: 0074277 | |
2015-02-09 11:42 | hgbot | Status | scheduled => resolved |
2015-02-09 11:42 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/26cc894c2f76cc91c27730b4397696239a7ecaab [^] |
2015-02-09 11:45 | hgbot | Checkin | |
2015-02-09 11:45 | hgbot | Note Added: 0074278 | |
2015-02-09 21:48 | hudsonbot | Checkin | |
2015-02-09 21:48 | hudsonbot | Note Added: 0074304 | |
2015-02-09 21:48 | hudsonbot | Checkin | |
2015-02-09 21:48 | hudsonbot | Note Added: 0074305 | |
2015-02-23 08:34 | alostale | Note Added: 0074795 | |
2015-02-23 08:34 | alostale | Status | resolved => closed |
2015-02-23 08:34 | alostale | Fixed 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
|
|
|
|
|
|
|
|
|
|
|
|