Openbravo Issue Tracking System - Openbravo ERP | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0004501 | Openbravo ERP | A. Platform | public | 2008-07-24 10:26 | 2009-04-21 11:05 |
| Reporter | rafaroda | ||||
| Assigned To | dbaz | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | 20 | OS Version | Ubuntu 7.10 | |
| Product Version | pi | ||||
| Target Version | 2.40 | 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 | 0004501: Read-only logic do not work properly with combos and callouts | ||||
| Description | While setting a read-only logic to a combobox, it works well. But if this combo has to be changed with a callout, the value is changed correctly but then the old value is reset (combo reloads itself to the old value). | ||||
| Steps To Reproduce | 1) Set a read-only logic for a Currency combo column (Application Dictionary || Tables and Columns || Table >> Column). 2) Set a callout that changes this combo (for instance, changes the Currency value when selecting a Price List). If you debug the execution of the callout with Firebug you notice that: * When the combo is not read-only, in line 2583 of 'utils.js' file (/web/js/utils.js) the combo has the correct value and obj.onchange() does not make any action. * When the combo is read-only (read-only logic working), in line 2583 of 'utils.js' file (/web/js/utils.js) the combo has the correct value but obj.onchange() executes function selectCombo (line 1890 of 'utils.js') that resets the value to its old value. | ||||
| Proposed Solution | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2008-07-24 10:26 | rafaroda | New Issue | |||
| 2008-07-24 10:26 | rafaroda | Assigned To | => cromero | ||
| 2008-07-24 10:26 | rafaroda | sf_bug_id | 0 => 2026523 | ||
| 2008-07-24 10:26 | rafaroda | OBNetwork customer | => No | ||
| 2008-07-24 10:29 | rafaroda | Proposed Solution updated | |||
| 2008-07-29 17:52 | dbaz | Assigned To | cromero => dbaz | ||
| 2008-07-29 17:52 | dbaz | Status | new => scheduled | ||
| 2008-07-29 17:52 | dbaz | Target Version | => 2.40 | ||
| 2008-07-29 17:55 | svnbot | Checkin | |||
| 2008-07-29 17:55 | svnbot | Note Added: 0008426 | |||
| 2008-07-29 17:55 | svnbot | Status | scheduled => resolved | ||
| 2008-07-29 17:55 | svnbot | Resolution | open => fixed | ||
| 2008-07-29 17:55 | svnbot | svn_revision | => 6033 | ||
| 2009-04-21 11:05 | psarobe | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||