Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0017113 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | always | 2011-05-11 10:19 | 2011-05-13 18:45 | |||
Reporter | psarobe | View Status | public | |||||
Assigned To | iperdomo | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0RC7 | |||
Status | closed | Fix in branch | pi | Fixed in SCM revision | fd0f35084779 | |||
Projection | none | ETA | none | Target Version | 3.0RC7 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0036917) hgbot (developer) 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 (developer) 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 --- |
(0036945) alostale (viewer) 2011-05-13 08:43 |
Not working: -In OBSectionItem field.obShowIf is not used (it still uses field.showIf) -Hidden editor type are not discarded |
(0036950) hgbot (developer) 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 --- |
(0036972) hudsonbot (viewer) 2011-05-13 18:45 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/84da0073d386 [^] Maturity status: Test |
(0036973) hudsonbot (viewer) 2011-05-13 18:45 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/84da0073d386 [^] Maturity status: Test |
(0036982) hudsonbot (viewer) 2011-05-13 18:45 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/84da0073d386 [^] Maturity status: Test |
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |