Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0021550 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| defect | [Openbravo ERP] 02. Master data management | major | always | 2012-09-05 10:47 | 2012-09-27 16:46 | |||
| Reporter | jecharri | View Status | public | |||||
| Assigned To | jecharri | |||||||
| Priority | high | Resolution | fixed | Fixed in Version | ||||
| Status | closed | Fix in branch | Fixed in SCM revision | 06e1886fd04d | ||||
| Projection | none | ETA | none | Target Version | 3.0MP16 | |||
| OS | Any | Database | Any | Java version | ||||
| OS Version | Database version | Ant version | ||||||
| Product Version | pi | SCM revision | ||||||
| Merge Request Status | ||||||||
| Review Assigned To | xabiermerino | |||||||
| OBNetwork customer | OBPS | |||||||
| Web browser | Google Chrome | |||||||
| Modules | Core | |||||||
| Support ticket | 16832 | |||||||
| Regression level | ||||||||
| Regression date | ||||||||
| Regression introduced in release | ||||||||
| Regression introduced by commit | ||||||||
| Triggers an Emergency Pack | No | |||||||
| Summary | 0021550: You can select wrong 'Storage Bin' in tab 'Manufacturing' inside the window 'Product' | |||||||
| Description | You can select wrong "Storage Bin" in tab "Manufacturing" inside the window "Product". | |||||||
| Steps To Reproduce | As "Admin" go to window "Product": -select one product that is defined for org "*" -Got to tab "Manufacturing" and create a record. -Choose organization "F&B España, S.A.". -Push in "Storage Bin" selector and you will see that you can select all storage bins | |||||||
| Proposed Solution | It will be necessary to verify that it is a global solution diff --git a/src/org/openbravo/erpCommon/info/Locator.java b/src/org/openbravo/erpCommon/info/Locator.java --- a/src/org/openbravo/erpCommon/info/Locator.java +++ b/src/org/openbravo/erpCommon/info/Locator.java @@ -69,6 +69,7 @@ strWarehouse = strWarehouse + "%"; vars.setSessionValue("Locator.name", strName); vars.setSessionValue("Locator.warehousename", strWarehouse); + vars.getGlobalVariable("inpadOrgId", "Locator.adorgid", ""); printPage(response, vars, strName, strWarehouse); } else if (vars.commandIn("KEY")) { removePageSessionVariables(vars); @@ -109,7 +110,7 @@ String strPageSize = vars.getStringParameter("page_size"); String strSortCols = vars.getInStringParameter("sort_cols", columnFilter); String strSortDirs = vars.getInStringParameter("sort_dirs", directionFilter); - String strOrg = vars.getGlobalVariable("inpAD_Org_ID", "Locator.adorgid", ""); + String strOrg = vars.getGlobalVariable("inpadOrgId", "Locator.adorgid", ""); printGridData(response, vars, strName, strWarehousename, strAisle, strBin, strLevel, strSortCols, strSortDirs, strOffset, strPageSize, strNewFilter, strOrg); } else | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
||||||||
|
||||||||
Notes |
|
|
(0052176) hgbot (developer) 2012-09-17 18:19 |
Repository: erp/devel/pi Changeset: 06e1886fd04d93ae2643908711b7e1404a1e41c1 Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Mon Sep 17 18:18:41 2012 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/06e1886fd04d93ae2643908711b7e1404a1e41c1 [^] Fixes issue 21550: You can select wrong 'Storage Bin' in tab 'Manufacturing' inside the window 'Product' --- M src/org/openbravo/erpCommon/info/Locator.html M src/org/openbravo/erpCommon/info/Locator.java M src/org/openbravo/erpCommon/info/Locator.xml --- |
|
(0052177) jecharri (viewer) 2012-09-17 18:29 |
Test plan: -Steps to reproduce --------------------------------- As "Admin" go to window "Product": -select one product that is defined for org "*" -Got to tab "Manufacturing" and create a record. -Choose organization "F&B España, S.A.". -Push in "Storage Bin" selector and you will see only accesible bins. Norte y Sur -Clean filter and push in search --> verify that it does not change nothing --------------------------------- Verify the same behaviour in windows where storage bin selector is used |
|
(0052775) hudsonbot (viewer) 2012-09-26 17:19 |
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/b780e90c6452 [^] Maturity status: Test |
|
(0052842) xabiermerino (viewer) 2012-09-27 16:46 |
verified |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-09-05 10:47 | jecharri | New Issue | |
| 2012-09-05 10:47 | jecharri | Assigned To | => mirurita |
| 2012-09-05 10:47 | jecharri | Web browser | => Google Chrome |
| 2012-09-05 10:47 | jecharri | Modules | => Core |
| 2012-09-05 10:47 | jecharri | OBNetwork customer | => Yes |
| 2012-09-05 10:47 | jecharri | Support ticket | => 16832 |
| 2012-09-05 10:47 | jecharri | Resolution time | => 1349733600 |
| 2012-09-05 17:48 | jonalegriaesarte | Assigned To | mirurita => jecharri |
| 2012-09-17 18:19 | hgbot | Checkin | |
| 2012-09-17 18:19 | hgbot | Note Added: 0052176 | |
| 2012-09-17 18:19 | hgbot | Status | new => resolved |
| 2012-09-17 18:19 | hgbot | Resolution | open => fixed |
| 2012-09-17 18:19 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/06e1886fd04d93ae2643908711b7e1404a1e41c1 [^] |
| 2012-09-17 18:29 | jecharri | Note Added: 0052177 | |
| 2012-09-26 17:19 | hudsonbot | Checkin | |
| 2012-09-26 17:19 | hudsonbot | Note Added: 0052775 | |
| 2012-09-27 16:46 | xabiermerino | Closed by | => xabiermerino |
| 2012-09-27 16:46 | xabiermerino | Note Added: 0052842 | |
| 2012-09-27 16:46 | xabiermerino | Status | resolved => closed |
| 2012-12-19 10:25 | ngarcia | Relationship added | related to 0022627 |
| Copyright © 2000 - 2009 MantisBT Group |