Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0019992 | Openbravo ERP | A. Platform | public | 2012-03-09 10:50 | 2012-04-01 20:39 |
|
Reporter | Sandrahuguet | |
Assigned To | dbaz | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Ubuntu 11.10 |
Product Version | pi | |
Target Version | pi | Fixed in Version | 3.0MP10 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | Google Chrome, Mozilla Firefox |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0019992: Wrong behavior in readOnlyLogicElement in utils.js |
Description | In initial Organization Setup, if 'include accounting' is checked, Currency field should be editable. Else, that is, if include accounting is not checked, currency field should be read only.
If the check is checked a few times, there are inconsistencies. |
Steps To Reproduce | - Go to 'initial organization setup'
- Realize that 'include accounting' is checked and currency is editable.
- Uncheck it. Currency turns into readonly. That is correct.
- Check it. Currency remains not editable. That is not correct.
- Uncheck it. Currency turns editable. That is not correct. |
Proposed Solution | It should change the function readOnlyLogicElement in utils.js as shown in the screenshot |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0012538 | | closed | alostale | onChange action is executed for red only drop down fields | depends on | defect | 0016960 | | closed | Sandrahuguet | Initial Org Setup - Read only logic on Currency not working properly |
|
Attached Files | Pantallazo del 2012-03-09 09:36:31.png (27,051) 2012-03-09 10:50 https://issues.openbravo.com/file_download.php?file_id=5075&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2012-03-09 10:50 | Sandrahuguet | New Issue | |
2012-03-09 10:50 | Sandrahuguet | Assigned To | => dbaz |
2012-03-09 10:50 | Sandrahuguet | File Added: Pantallazo del 2012-03-09 09:36:31.png | |
2012-03-09 10:50 | Sandrahuguet | Web browser | => Google Chrome, Mozilla Firefox |
2012-03-09 10:50 | Sandrahuguet | Modules | => Core |
2012-03-09 10:50 | Sandrahuguet | OBNetwork customer | => No |
2012-03-09 10:51 | Sandrahuguet | Relationship added | depends on 0016960 |
2012-03-09 10:53 | Sandrahuguet | Web browser | Google Chrome, Mozilla Firefox => Google Chrome, Mozilla Firefox |
2012-03-09 10:53 | Sandrahuguet | Proposed Solution updated | |
2012-03-09 10:58 | Sandrahuguet | Tag Attached: Regression | |
2012-03-09 13:48 | dbaz | Relationship added | related to 0012538 |
2012-03-09 13:56 | hgbot | Checkin | |
2012-03-09 13:56 | hgbot | Note Added: 0046232 | |
2012-03-09 13:56 | hgbot | Status | new => resolved |
2012-03-09 13:56 | hgbot | Resolution | open => fixed |
2012-03-09 13:56 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/96262cde8de7e7cfe4c0c478916a2712d8d15a4b [^] |
2012-03-09 14:17 | dbaz | Note Added: 0046233 | |
2012-03-09 14:20 | dbaz | Note Added: 0046234 | |
2012-03-12 11:45 | alostale | Tag Detached: Regression | |
2012-03-16 10:54 | alostale | Note Added: 0046506 | |
2012-03-16 10:54 | alostale | Status | resolved => closed |
2012-03-16 10:54 | alostale | Fixed in Version | => 3.0MP11 |
2012-03-16 10:54 | alostale | Status | closed => new |
2012-03-16 10:54 | alostale | Resolution | fixed => open |
2012-03-16 10:54 | alostale | Fixed in Version | 3.0MP11 => |
2012-03-16 10:54 | alostale | Status | new => scheduled |
2012-03-16 10:54 | alostale | fix_in_branch | => pi |
2012-03-16 10:54 | alostale | Status | scheduled => resolved |
2012-03-16 10:54 | alostale | Resolution | open => fixed |
2012-03-16 10:54 | alostale | Status | resolved => closed |
2012-03-16 10:54 | alostale | Fixed in Version | => 3.0MP10 |
2012-04-01 20:39 | hudsonbot | Checkin | |
2012-04-01 20:39 | hudsonbot | Note Added: 0047078 | |
Notes |
|
(0046232)
|
hgbot
|
2012-03-09 13:56
|
|
Repository: erp/devel/pi
Changeset: 96262cde8de7e7cfe4c0c478916a2712d8d15a4b
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Fri Mar 09 13:55:59 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/96262cde8de7e7cfe4c0c478916a2712d8d15a4b [^]
Fixed issue 19992: 'Initial Org Setup' 'Include accounting' check now works ok
while enabling/disabling other fields
---
M src/org/openbravo/erpCommon/security/Login.html
M src/org/openbravo/erpCommon/security/Login_F1.html
M web/js/utils.js
---
|
|
|
(0046233)
|
dbaz
|
2012-03-09 14:17
|
|
In case of backport to 2.50, omit the following, since Chrome is not supported in 2.50:
3.16 + obj.removeAttribute('readOnly'); // To avoid in Chrome the dropdown arrow be light-greyed although it is not readonly anymore
3.17 + // The previous statements are already needed since lower IE versions has problems handling "removeAttribute" function |
|
|
(0046234)
|
dbaz
|
2012-03-09 14:20
|
|
|
|
|
Code reviewed and tested on pi@d14e8752f4e6 |
|
|
|
|