Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0019288 | Openbravo ERP | A. Platform | public | 2011-12-13 12:30 | 2011-12-22 09:10 |
|
Reporter | mtaal | |
Assigned To | marvintm | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 3.0MP6 | |
Target Version | 3.0MP7 | Fixed in Version | 3.0MP7 | |
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 | 0019288: Changing the organization does not recompute combos |
Description | There are cases where the organization (and client?) column does not have a validation/callout. This means that the org id is not considered to be a dynamic column and changing the organization in the client will not update/recompute the other combos.
The FIC should ensure that the org (and client?) are always part of dynamiccols |
Steps To Reproduce | - go to the product window
- create new (in form)
- change the organization
- notice that other combos are not recomputed |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-12-13 12:30 | mtaal | New Issue | |
2011-12-13 12:30 | mtaal | Assigned To | => marvintm |
2011-12-13 12:30 | mtaal | Modules | => Core |
2011-12-13 12:30 | mtaal | OBNetwork customer | => No |
2011-12-13 12:47 | marvintm | Note Added: 0043818 | |
2011-12-13 12:54 | hgbot | Checkin | |
2011-12-13 12:54 | hgbot | Note Added: 0043819 | |
2011-12-13 12:54 | hgbot | Status | new => resolved |
2011-12-13 12:54 | hgbot | Resolution | open => fixed |
2011-12-13 12:54 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/348eada6eeb613cb504ca7074735c33ff55a455b [^] |
2011-12-14 10:44 | hudsonbot | Checkin | |
2011-12-14 10:44 | hudsonbot | Note Added: 0043865 | |
2011-12-22 09:10 | alostale | Note Added: 0044000 | |
2011-12-22 09:10 | alostale | Status | resolved => closed |
2011-12-22 09:10 | alostale | Fixed in Version | => 3.0MP7 |
Notes |
|
|
The change will consist in forcing the Form Initialization Component to consider the Organization column as a "change event column" (which always produces a call to the FIC when the user changes its value), even in cases the organization column doesn't explicitly appear in any validation of any column of the window.
The regression chance is very low, as the only implication this change will have is that the change in the value of the Organization for any record will trigger a FIC call, which will reload the combos. |
|
|
(0043819)
|
hgbot
|
2011-12-13 12:54
|
|
Repository: erp/devel/pi
Changeset: 348eada6eeb613cb504ca7074735c33ff55a455b
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Dec 13 06:53:56 2011 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/348eada6eeb613cb504ca7074735c33ff55a455b [^]
Fixed issue 19288. The organization window will always be considered a change event column.
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
---
|
|
|
|
|
|
|
Verified on pi@d17b74061474
*Code review: ok
*Test:
-Login with group admin
-Go to product window
-Select US organization -> Check tax category values are US ones
-Change organization to Spain one -> Check tax category values are Spain ones
*Regression risk: Even though this is an horizontal change affecting every window in the application, the risk it has is low because if affects just to ad_org_id column changes. |
|