Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0028541 | Openbravo ERP | A. Platform | public | 2015-01-08 12:38 | 2015-02-04 20:33 |
|
Reporter | umartirena | |
Assigned To | alostale | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | main | |
Target Version | | Fixed in Version | 3.0PR15Q2 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Packaging and release |
Regression date | 2014-11-18 |
Regression introduced in release | main |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/a86294635ce386152bb473773b0c9ba45f81fa81 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0028541: DateTime Reference is not working well in certain cases |
Description | DateTime Reference doesn't work properly when the column is not displayed in grid view. The value displayed in form view in that case is wrong. It always shows date of today, but with correct hh-mm-ssss.
|
Steps To Reproduce | In live.builds:
* Go to Costing Rules window.
* Find the record of "F&B US, Inc." org
* Check that the Starting Date column is displayed in grid view.
* Access to it in form view and check that Starting Date value is "13-07-2012 14:06:26".
* Go back to grid view and hide the column.
* Access again to form view and realize that Starting Date now is "08-01-2015 14:06:26" |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | caused by | defect | 0027628 | 3.0PR15Q1 | closed | AugustoMauch | Some DateTime fields are not converted to the proper timezone |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-01-08 12:38 | umartirena | New Issue | |
2015-01-08 12:38 | umartirena | Assigned To | => AugustoMauch |
2015-01-08 12:38 | umartirena | OBNetwork customer | => No |
2015-01-08 12:38 | umartirena | Modules | => Core |
2015-01-08 12:38 | umartirena | Triggers an Emergency Pack | => No |
2015-01-08 12:45 | AugustoMauch | Relationship added | related to 0027628 |
2015-01-08 15:30 | alostale | Relationship replaced | caused by 0027628 |
2015-01-08 15:32 | alostale | Review Assigned To | => AugustoMauch |
2015-01-08 15:32 | alostale | Regression level | => Packaging and release |
2015-01-08 15:32 | alostale | Regression date | => 2014-11-18 |
2015-01-08 15:32 | alostale | Regression introduced in release | => main |
2015-01-08 15:32 | alostale | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/a86294635ce386152bb473773b0c9ba45f81fa81 [^] |
2015-01-08 15:32 | alostale | Assigned To | AugustoMauch => alostale |
2015-01-08 15:32 | alostale | Priority | urgent => immediate |
2015-01-08 15:32 | alostale | version | => main |
2015-01-09 07:49 | hgbot | Checkin | |
2015-01-09 07:49 | hgbot | Note Added: 0073387 | |
2015-01-09 07:49 | hgbot | Status | new => resolved |
2015-01-09 07:49 | hgbot | Resolution | open => fixed |
2015-01-09 07:49 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/70609c699271d2f64b1d8bff7fbb32a4bb927bfb [^] |
2015-01-09 07:49 | hgbot | Checkin | |
2015-01-09 07:49 | hgbot | Note Added: 0073388 | |
2015-01-09 07:49 | hgbot | Checkin | |
2015-01-09 07:49 | hgbot | Note Added: 0073389 | |
2015-01-12 11:33 | AugustoMauch | Note Added: 0073413 | |
2015-01-12 11:33 | AugustoMauch | Status | resolved => closed |
2015-01-12 11:33 | AugustoMauch | Fixed in Version | => 3.0PR15Q2 |
2015-02-04 20:33 | hudsonbot | Checkin | |
2015-02-04 20:33 | hudsonbot | Note Added: 0074127 | |
2015-02-04 20:33 | hudsonbot | Checkin | |
2015-02-04 20:33 | hudsonbot | Note Added: 0074128 | |
2015-02-04 20:33 | hudsonbot | Checkin | |
2015-02-04 20:33 | hudsonbot | Note Added: 0074129 | |
Notes |
|
(0073387)
|
hgbot
|
2015-01-09 07:49
|
|
Repository: erp/devel/pi
Changeset: 70609c699271d2f64b1d8bff7fbb32a4bb927bfb
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Jan 09 07:44:53 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/70609c699271d2f64b1d8bff7fbb32a4bb927bfb [^]
fixed bug 28541: date value in DateTime reference changes to current date
When a DateTime reference column is hidden in grid, the date part was set to
current date when navigating to form view.
This was caused by an incorrect conversion to UTC where current date was set.
---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/DateTimeUIDefinition.java
---
|
|
|
(0073388)
|
hgbot
|
2015-01-09 07:49
|
|
|
|
(0073389)
|
hgbot
|
2015-01-09 07:49
|
|
|
|
|
Code reviewed and verified in pi@5f64300e4811 |
|
|
|
|
|
|
|
|
|
|