Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0017282 | Openbravo ERP | A. Platform | public | 2011-05-19 17:25 | 2012-03-02 15:35 |
|
| Reporter | alostale | |
| Assigned To | AugustoMauch | |
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 5 | OS Version | |
| Product Version | | |
| Target Version | | Fixed in Version | | |
| Merge Request Status | |
| Review Assigned To | |
| OBNetwork customer | No |
| Web browser | |
| Modules | Core |
| Support ticket | |
| Regression level | |
| Regression date | |
| Regression introduced in release | |
| Regression introduced by commit | |
| Triggers an Emergency Pack | No |
|
| Summary | 0017282: Callouts on booleans should be triggered on change |
| Description | Callouts on booleans should be triggered just after modification but they are triggered when on blur (this is correct for other types). |
| Steps To Reproduce | Check 2 modules as default, the second one is unchecked but you need to focus on another field |
| Proposed Solution | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | | related to | defect | 0017279 | | closed | guilleaer | Support for additional message types in callouts |
|
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2011-05-19 17:25 | alostale | New Issue | |
| 2011-05-19 17:25 | alostale | Assigned To | => alostale |
| 2011-05-19 17:25 | alostale | Modules | => Core |
| 2011-05-19 17:25 | alostale | OBNetwork customer | => No |
| 2011-05-19 17:26 | alostale | Relationship added | related to 0017279 |
| 2011-05-23 08:14 | alostale | Status | new => scheduled |
| 2011-11-23 10:35 | alostale | Assigned To | alostale => AugustoMauch |
| 2012-02-06 13:24 | hgbot | Checkin | |
| 2012-02-06 13:24 | hgbot | Note Added: 0044894 | |
| 2012-02-06 13:24 | hgbot | Status | scheduled => resolved |
| 2012-02-06 13:24 | hgbot | Resolution | open => fixed |
| 2012-02-06 13:24 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/08a073e24c0913c6552a48ecd2887f3fd02ec7b6 [^] |
| 2012-02-06 13:28 | AugustoMauch | Note Added: 0044895 | |
| 2012-02-14 15:06 | AugustoMauch | Note Added: 0045109 | |
| 2012-02-21 17:35 | marvintm | Status | resolved => closed |
| 2012-03-02 15:35 | hudsonbot | Checkin | |
| 2012-03-02 15:35 | hudsonbot | Note 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
---
|
|
|
|
|
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. |
|
|
|
|
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. |
|
|
|
|
|