Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0017113 | Openbravo ERP | A. Platform | public | 2011-05-11 10:19 | 2011-05-13 18:45 |
|
Reporter | psarobe | |
Assigned To | iperdomo | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0RC7 | Fixed in Version | 3.0RC7 | |
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 | 0017113: Customer tab: When you unflag the customer check, the more information sections doesn't dissapear |
Description | Customer tab: When you unflag the customer check, the more information sections doesn't dissapear and it should be since the fields that are inside are no longer visible |
Steps To Reproduce | 1. Go to Business partner window
2. Move to customer tab and unflag the check customer
3. Notice the section More information is visible and it shouldn't |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0017135 | 3.0RC7 | closed | iperdomo | In some windows when you click new in form view, it does scroll down with no reason |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-05-11 10:19 | psarobe | New Issue | |
2011-05-11 10:19 | psarobe | Assigned To | => alostale |
2011-05-11 10:19 | psarobe | Modules | => Core |
2011-05-11 10:19 | psarobe | OBNetwork customer | => No |
2011-05-12 10:08 | iperdomo | Status | new => scheduled |
2011-05-12 10:08 | iperdomo | Assigned To | alostale => iperdomo |
2011-05-12 10:08 | iperdomo | fix_in_branch | => pi |
2011-05-12 19:05 | hgbot | Checkin | |
2011-05-12 19:05 | hgbot | Note Added: 0036917 | |
2011-05-12 19:05 | hgbot | Checkin | |
2011-05-12 19:05 | hgbot | Note Added: 0036918 | |
2011-05-12 19:05 | hgbot | Status | scheduled => resolved |
2011-05-12 19:05 | hgbot | Resolution | open => fixed |
2011-05-12 19:05 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/67e716398e7a4fbc2cc2a92f2a7d4665d8a1b37b [^] |
2011-05-13 08:43 | alostale | Note Added: 0036945 | |
2011-05-13 08:43 | alostale | Status | resolved => new |
2011-05-13 08:43 | alostale | Resolution | fixed => open |
2011-05-13 09:35 | hgbot | Checkin | |
2011-05-13 09:35 | hgbot | Note Added: 0036950 | |
2011-05-13 09:35 | hgbot | Status | new => resolved |
2011-05-13 09:35 | hgbot | Resolution | open => fixed |
2011-05-13 09:35 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/67e716398e7a4fbc2cc2a92f2a7d4665d8a1b37b [^] => http://code.openbravo.com/erp/devel/pi/rev/fd0f35084779736e75890d4fa53113d623977344 [^] |
2011-05-13 09:43 | alostale | Status | resolved => closed |
2011-05-13 09:43 | alostale | Fixed in Version | => 3.0RC7 |
2011-05-13 10:55 | iperdomo | Relationship added | related to 0017135 |
2011-05-13 18:45 | hudsonbot | Checkin | |
2011-05-13 18:45 | hudsonbot | Note Added: 0036972 | |
2011-05-13 18:45 | hudsonbot | Checkin | |
2011-05-13 18:45 | hudsonbot | Note Added: 0036973 | |
2011-05-13 18:45 | hudsonbot | Checkin | |
2011-05-13 18:45 | hudsonbot | Note Added: 0036982 | |
Notes |
|
(0036917)
|
hgbot
|
2011-05-12 19:05
|
|
Repository: erp/devel/pi
Changeset: 1c3a638a6b500aa70b7b7ec91fbedbf19f868c87
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Thu May 12 18:52:58 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/1c3a638a6b500aa70b7b7ec91fbedbf19f868c87 [^]
Issue 17113: Add a copy of showIf definition to obShowIf
- This reference copy is used in the showIf of the section. Somehow the item
showIf function definition gets set to null
- Fixes several JSLint warnings
---
M modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
---
|
|
|
(0036918)
|
hgbot
|
2011-05-12 19:05
|
|
Repository: erp/devel/pi
Changeset: 67e716398e7a4fbc2cc2a92f2a7d4665d8a1b37b
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Thu May 12 18:55:45 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/67e716398e7a4fbc2cc2a92f2a7d4665d8a1b37b [^]
Fixes issue 17113: Use a copy of showIf in the sections
- Use a copy of showIf defined at Item level, to see if the section needs to
be shown or not
- Solve several JSLint warnings
- Remove the logic on processFICReturn since is not used anymore
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-formitem-widgets.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-view-form.js
---
|
|
|
|
Not working:
-In OBSectionItem field.obShowIf is not used (it still uses field.showIf)
-Hidden editor type are not discarded |
|
|
(0036950)
|
hgbot
|
2011-05-13 09:35
|
|
Repository: erp/devel/pi
Changeset: fd0f35084779736e75890d4fa53113d623977344
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Thu May 12 20:02:13 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/fd0f35084779736e75890d4fa53113d623977344 [^]
Fixes issue 17113: Use the obShowIf instead of showIf
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-formitem-widgets.js
---
|
|
|
|
|
|
|
|
|
|
|