Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0025274Openbravo ERPA. Platformpublic2013-12-04 13:242013-12-19 12:30
egoitz 
AugustoMauch 
immediatemajorhave not tried
closedfixed 
5
 
3.0MP31 
shankarb
Core
Production - Confirmed Stable
2013-09-11
https://code.openbravo.com/erp/devel/pi/rev/290c9b12a211 [^]
No
0025274: The time fields are not working properly
When entering a value on a time field, the value is automatically changed when saving the record
-Go to process request window
-Define a new request and define it a schedule
-PUt on the starting time 10:00
-Save
*See that the value is changed to 09:00
*If you refresh it is chabnged to 12:00

No tags attached.
has duplicate defect 00249343.0MP31 closed AugustoMauch Columns with reference Time are not displayed/stored properly 
related to defect 00256023.0PR14Q2 closed AugustoMauch The time fiels are modified after save a record 
blocks defect 00258273.0PR14Q2 closed AugustoMauch Time fields are not working properly in timezones with negative offsets 
Issue History
2013-12-04 13:24egoitzNew Issue
2013-12-04 13:24egoitzAssigned To => AugustoMauch
2013-12-04 13:24egoitzModules => Core
2013-12-04 13:24egoitzResolution time => 1386630000
2013-12-04 13:24egoitzTriggers an Emergency Pack => No
2013-12-04 13:29egoitzRegression level => Production - QA Approved
2013-12-09 13:14AugustoMauchIssue Monitored: shankarb
2013-12-09 13:15AugustoMauchReview Assigned To => shankarb
2013-12-09 13:18hgbotCheckin
2013-12-09 13:18hgbotNote Added: 0062668
2013-12-09 13:18hgbotStatusnew => resolved
2013-12-09 13:18hgbotResolutionopen => fixed
2013-12-09 13:18hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/41d4efa5499e3e7f0abc1db7a8d2ad053d38d319 [^]
2013-12-10 11:24shankarbNote Added: 0062684
2013-12-10 11:24shankarbStatusresolved => closed
2013-12-10 11:24shankarbFixed in Version => 3.0MP31
2013-12-12 12:02AugustoMauchRegression levelProduction - QA Approved => Production - Confirmed Stable
2013-12-12 12:03AugustoMauchRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/290c9b12a211 [^]
2013-12-12 12:03AugustoMauchRegression date => 2013-09-11
2013-12-17 10:46alostaleRelationship addedhas duplicate 0024934
2013-12-19 12:30hudsonbotCheckin
2013-12-19 12:30hudsonbotNote Added: 0062836
2014-01-30 09:37egoitzRelationship addedrelated to 0025602
2014-02-25 11:11AugustoMauchRelationship addedblocks 0025827

Notes
(0062668)
hgbot   
2013-12-09 13:18   
Repository: erp/devel/pi
Changeset: 41d4efa5499e3e7f0abc1db7a8d2ad053d38d319
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Dec 09 13:16:08 2013 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/41d4efa5499e3e7f0abc1db7a8d2ad053d38d319 [^]

Fixes issue 25274: Time fields are not working properly

There were two errors:
- When a time field was edited from the form there was a missing convertion from UTC to local time.
- There was a bug in convertToClassicString. It was always converting from utc to local time, but at that point the value introduce was already converted to t
he proper time zone.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-time.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities-date.js
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/TimeUIDefinition.java
---
(0062684)
shankarb   
2013-12-10 11:24   
Code reviewed and verified in e2b2f77a7103.
(0062836)
hudsonbot   
2013-12-19 12:30   
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/b878bb51dc09 [^]

Maturity status: Test