Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0017282Openbravo ERPA. Platformpublic2011-05-19 17:252012-03-02 15:35
alostale 
AugustoMauch 
normalminorhave not tried
closedfixed 
5
 
 
Core
No
0017282: Callouts on booleans should be triggered on change
Callouts on booleans should be triggered just after modification but they are triggered when on blur (this is correct for other types).
Check 2 modules as default, the second one is unchecked but you need to focus on another field
No tags attached.
related to defect 0017279 closed guilleaer Support for additional message types in callouts 
Issue History
2011-05-19 17:25alostaleNew Issue
2011-05-19 17:25alostaleAssigned To => alostale
2011-05-19 17:25alostaleModules => Core
2011-05-19 17:26alostaleRelationship addedrelated to 0017279
2011-05-23 08:14alostaleStatusnew => scheduled
2011-11-23 10:35alostaleAssigned Toalostale => AugustoMauch
2012-02-06 13:24hgbotCheckin
2012-02-06 13:24hgbotNote Added: 0044894
2012-02-06 13:24hgbotStatusscheduled => resolved
2012-02-06 13:24hgbotResolutionopen => fixed
2012-02-06 13:24hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/08a073e24c0913c6552a48ecd2887f3fd02ec7b6 [^]
2012-02-06 13:28AugustoMauchNote Added: 0044895
2012-02-14 15:06AugustoMauchNote Added: 0045109
2012-02-21 17:35marvintmStatusresolved => closed
2012-03-02 15:35hudsonbotCheckin
2012-03-02 15:35hudsonbotNote Added: 0045764

Notes
(0044894)
hgbot   
2012-02-06 13:24   
Repository: erp/devel/pi
Changeset: 08a073e24c0913c6552a48ecd2887f3fd02ec7b6
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Feb 06 13:18:50 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/08a073e24c0913c6552a48ecd2887f3fd02ec7b6 [^]

Fixes issue 17282. Callout for checkboxes are now executed when its value is changed

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-checkbox.js
---
(0044895)
AugustoMauch   
2012-02-06 13:28   
This fix was considered risky because it affected all form checkboxes.

It has been added a function to isc.OBCheckboxItem. This function ensures that the callout of the checkbox (if any) will be executed on the changed event, instead that on the blur event.
(0045109)
AugustoMauch   
2012-02-14 15:06   
Upon further consideration the fix is not considered risky.

Although it affects all view checkboxes, that change is small, very isolated and has been thoroughly tested before being pushed.
(0045764)
hudsonbot   
2012-03-02 15:35   
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/544d64e0c159 [^]

Maturity status: Test