Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0028212 | Openbravo ERP | 05. Production management | public | 2014-11-18 16:23 | 2014-12-30 23:25 |
|
Reporter | maite | |
Assigned To | AugustoMauch | |
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q1 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 32405 |
Regression level | Production - QA Approved |
Regression date | 2014-12-14 |
Regression introduced in release | 3.0PR14Q2 |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/244f648e594e [^] |
Triggers an Emergency Pack | No |
|
Summary | 0028212: "Storage bin" and "Movement qty" info not loaded when product is selected in Internal Consumption line |
Description | "Storage bin" and "Movement qty" info not loaded when product is selected in Internal Consumption line |
Steps To Reproduce | 0. Activate instance (as Internal Consumption window belongs to Production Management)
1. Create new Internal Consumption Header and save
2. Create new Internal Consumption Line, select any product and realize that "Storage bin" and "Movement qty" info are not loaded |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | caused by | defect | 0025783 | | closed | alostale | review xss |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-11-18 16:23 | maite | New Issue | |
2014-11-18 16:23 | maite | Assigned To | => dmiguelez |
2014-11-18 16:23 | maite | OBNetwork customer | => Yes |
2014-11-18 16:23 | maite | Modules | => Core |
2014-11-18 16:23 | maite | Support ticket | => 32405 |
2014-11-18 16:23 | maite | Regression level | => Production - QA Approved |
2014-11-18 16:23 | maite | Triggers an Emergency Pack | => No |
2014-11-18 16:25 | maite | Regression date | => 2014-12-20 |
2014-11-18 16:25 | maite | Issue Monitored: networkb | |
2014-11-18 17:27 | Sandrahuguet | Assigned To | dmiguelez => AtulOpenbravo |
2014-11-18 18:41 | AtulOpenbravo | Status | new => scheduled |
2014-11-18 18:41 | AtulOpenbravo | fix_in_branch | => pi |
2014-11-18 18:42 | AtulOpenbravo | Note Added: 0071792 | |
2014-11-19 07:44 | AtulOpenbravo | Review Assigned To | => pramakrishnan |
2014-11-19 07:44 | AtulOpenbravo | fix_in_branch | pi => |
2014-11-19 10:20 | AugustoMauch | Assigned To | AtulOpenbravo => AugustoMauch |
2014-11-19 10:22 | AugustoMauch | Regression date | 2014-12-20 => 2014-12-14 |
2014-11-19 10:22 | AugustoMauch | Regression introduced in release | => 3.0PR14Q2 |
2014-11-19 10:22 | AugustoMauch | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/244f648e594e [^] |
2014-11-19 10:22 | AugustoMauch | Severity | major => minor |
2014-11-19 10:22 | AugustoMauch | Relationship added | caused by 0025783 |
2014-11-19 10:40 | AugustoMauch | Issue Monitored: alostale | |
2014-11-19 10:40 | AugustoMauch | Review Assigned To | pramakrishnan => alostale |
2014-11-19 10:41 | hgbot | Checkin | |
2014-11-19 10:41 | hgbot | Note Added: 0071801 | |
2014-11-19 10:41 | hgbot | Status | scheduled => resolved |
2014-11-19 10:41 | hgbot | Resolution | open => fixed |
2014-11-19 10:41 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/8dbbe80525ba5cff271ed5427d1a2679a0349c80 [^] |
2014-11-19 12:04 | maite | Note Added: 0071803 | |
2014-11-19 12:04 | maite | Status | resolved => closed |
2014-12-30 23:25 | hudsonbot | Checkin | |
2014-12-30 23:25 | hudsonbot | Note Added: 0073083 | |
Notes |
|
|
Test Plan
- Activate instance (as Internal Consumption window belongs to Production Management)
- Create new Internal Consumption Header and save.
- Create new Internal Consumption Line, select any product and check that "Storage bin" and "Movement qty" info are set in the respective fields properly. |
|
|
(0071801)
|
hgbot
|
2014-11-19 10:41
|
|
Repository: erp/devel/pi
Changeset: 8dbbe80525ba5cff271ed5427d1a2679a0349c80
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Nov 19 10:40:03 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/8dbbe80525ba5cff271ed5427d1a2679a0349c80 [^]
Fixes issue 28212: Prevent NPE in FormatUtilities.replaceJS
In this changeset [1] the FormatUtilities.replaceJS was updated to make it secure against cross site scripting. The problem was that before the change the method returned null if the strIni parameter is null, but after the change a NullPointerException is thrown. Added a check to prevent this.
[1] https://code.openbravo.com/erp/devel/pi/rev/244f648e594e [^]
---
M src-core/src/org/openbravo/utils/FormatUtilities.java
---
|
|
|
(0071803)
|
maite
|
2014-11-19 12:04
|
|
|
|
|
|