Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0024461Openbravo ERPB. User interfacepublic2013-07-31 18:022013-08-22 14:05
jonalegriaesarte 
AugustoMauch 
normalmajorhave not tried
closedfixed 
5
 
3.0MP273.0MP27 
dbaz
Core
Production - QA Approved
2013-06-16
https://code.openbravo.com/erp/devel/pi/rev/4060f2b5e6bd2429d831c5e30cc4d45892efcd96 [^]
Yes
0024461: Callout in date invoice in sales invoice only works the first time ofter opening the window
Callout in date invoice in sales invoice only works the first time ofter opening the window
Using firefox 22.0
- Sales invoice window. New in form view
- Change the date invoice. Tab key
- Select a business partner. Save the record
- Open more information section. The accounting date has changed depending on the date invoice.
- New record in form view (with more information section opened)
- Change the date invoice (notice that the accounting date is not changing)
No tags attached.
related to defect 0022381 closed shankarb Save does not work when editing date field in grid and moving to the next row with the keyboard 
Issue History
2013-07-31 18:02jonalegriaesarteNew Issue
2013-07-31 18:02jonalegriaesarteAssigned To => AugustoMauch
2013-07-31 18:02jonalegriaesarteModules => Core
2013-07-31 18:02jonalegriaesarteTriggers an Emergency Pack => No
2013-08-20 14:10AugustoMauchRelationship addedrelated to 0022381
2013-08-20 14:22AugustoMauchSummaryCallout in date invoice in sales invoice is not working with Firefox 22.0 => Callout in date invoice in sales invoice only works the first time ofter opening the window
2013-08-20 14:22AugustoMauchDescription Updatedbug_revision_view_page.php?rev_id=4957#r4957
2013-08-20 14:24AugustoMauchRegression level => Production - QA Approved
2013-08-20 14:24AugustoMauchRegression date => 2013-06-16
2013-08-20 14:24AugustoMauchRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/4060f2b5e6bd2429d831c5e30cc4d45892efcd96 [^]
2013-08-20 14:24AugustoMauchTriggers an Emergency PackNo => Yes
2013-08-20 14:28AugustoMauchIssue Monitored: dbaz
2013-08-20 14:29AugustoMauchReview Assigned To => dbaz
2013-08-20 14:30hgbotCheckin
2013-08-20 14:30hgbotNote Added: 0060684
2013-08-20 14:30hgbotStatusnew => resolved
2013-08-20 14:30hgbotResolutionopen => fixed
2013-08-20 14:30hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/ad00c4ddb9a1cf57d6fbe165f38e3c71cc53c2b0 [^]
2013-08-21 18:59hudsonbotCheckin
2013-08-21 18:59hudsonbotNote Added: 0060718
2013-08-22 14:05dbazNote Added: 0060729
2013-08-22 14:05dbazStatusresolved => closed
2013-08-22 14:05dbazFixed in Version => 3.0MP27

Notes
(0060684)
hgbot   
2013-08-20 14:30   
Repository: erp/devel/pi
Changeset: ad00c4ddb9a1cf57d6fbe165f38e3c71cc53c2b0
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Tue Aug 20 14:28:41 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ad00c4ddb9a1cf57d6fbe165f38e3c71cc53c2b0 [^]

Fixes issue 24461: Date fields can be modified from callouts more than once

Due to a change done in this changeset [1], modifying a date field from a callout only worked the first time, from then on the value was not updated. This is caused because when a date time is modified from a callout its _textChanged property is set to true, but never set back to false (this property should only be true the time while this field is being updated). Setting it back to false after modifying its value from a callout fixes the problem.

[1] https://code.openbravo.com/erp/devel/pi/rev/4060f2b5e6bd2429d831c5e30cc4d45892efcd96 [^]

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
---
(0060718)
hudsonbot   
2013-08-21 18:59   
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/5a759279dc34 [^]

Maturity status: Test
(0060729)
dbaz   
2013-08-22 14:05   
Reviewed @ changeset: 21010 - 69875a4590b9