Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012052 | Openbravo ERP | B. User interface | public | 2010-01-24 22:36 | 2010-03-10 18:29 |
|
Reporter | dbaz | |
Assigned To | dbaz | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | | |
Target Version | | Fixed in Version | 2.50MP12 | |
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 | 0012052: Read only logic doesn't disable combo's onChange |
Description | Read only logic doesn't disable combo's onChange, so if there is a callout or something else associated to the combo, it will be fired although the combo be read only |
Steps To Reproduce | Not provided |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | has duplicate | defect | 0012051 | | closed | dbaz | Read only logic fails on combo if a callout is associated with it. | related to | defect | 0012538 | | closed | alostale | onChange action is executed for red only drop down fields |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-01-24 22:36 | dbaz | New Issue | |
2010-01-24 22:36 | dbaz | Assigned To | => dbaz |
2010-01-24 22:36 | dbaz | OBNetwork customer | => No |
2010-01-24 22:37 | hgbot | Checkin | |
2010-01-24 22:37 | hgbot | Note Added: 0023779 | |
2010-01-24 22:37 | hgbot | Status | new => resolved |
2010-01-24 22:37 | hgbot | Resolution | open => fixed |
2010-01-24 22:37 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/23ac7482985604c75216c6c4f8572769cfce2ca0 [^] |
2010-01-25 08:33 | sureshbabu | Note Added: 0023781 | |
2010-01-25 11:17 | dbaz | Note Added: 0023787 | |
2010-01-25 11:18 | dbaz | Relationship added | duplicate of 0012051 |
2010-01-25 11:20 | dbaz | Relationship replaced | has duplicate 0012051 |
2010-02-01 17:53 | hudsonbot | Checkin | |
2010-02-01 17:53 | hudsonbot | Note Added: 0023885 | |
2010-02-18 08:54 | sureshbabu | Note Added: 0024563 | |
2010-02-18 08:54 | sureshbabu | Status | resolved => closed |
2010-02-18 08:54 | sureshbabu | Fixed in Version | => 2.50MP12 |
2010-02-19 00:01 | anonymous | sf_bug_id | 0 => |
2010-03-03 13:01 | alostale | Relationship added | related to 0012538 |
2010-03-10 18:29 | anonymous | sf_bug_id | => 2967992 |
Notes |
|
(0023779)
|
hgbot
|
2010-01-24 22:37
|
|
Repository: erp/devel/pi
Changeset: 23ac7482985604c75216c6c4f8572769cfce2ca0
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Sun Jan 24 22:35:41 2010 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/23ac7482985604c75216c6c4f8572769cfce2ca0 [^]
Fixed issue 12052: Combos with ReadOnlyLogic now don't fire onchange when readonly
---
M src/org/openbravo/erpCommon/security/Login_F1.html
M web/js/utils.js
---
|
|
|
|
Please provide me the steps to retest the issue. |
|
|
(0023787)
|
dbaz
|
2010-01-25 11:17
|
|
1. add a read only logic to a field
2. make a relevant call out for that field
3. associate the callout with that field.
4. now compile
5. try to change the combo box's value which was set read only (or updatable false)
6. the callout associated with it is triggered which fails the logic for setting a readonly logic. |
|
|
|
|
|
|
|