Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0026945
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 06. Material requirement planning (MRP)minoralways2014-06-25 23:422014-06-30 13:15
ReporterjecharriView Statuspublic 
Assigned Tojecharri 
PriorityurgentResolutionfixedFixed in Version3.0PR14Q3
StatusclosedFix in branchFixed in SCM revisionc016b282ca61
ProjectionnoneETAnoneTarget Version3.0PR14Q3
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned Tojonalegriaesarte
Web browserGoogle Chrome
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0026945: Callout SL_Production_Product can fail

DescriptionCallout SL_Production_Product can fail

The problem is in line
resultado.append("new Array(\"inpattrsetvaluetype\", \""
        + FormatUtilities.replaceJS(strAttrSetValueType) + "\"),\n");

Sometimes "strAttrSetValueType" variable can be null and this is creating that the callout execution is stopped

Steps To Reproduce-
Proposed Solutionresultado.append("new Array(\"inpattrsetvaluetype\", \""
        + FormatUtilities.replaceJS(strAttrSetValueType == null ? "":strAttrSetValueType) + "\"),\n");
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0068323)
hgbot (developer)
2014-06-25 23:46

Repository: erp/devel/pi
Changeset: c016b282ca6106c514d7f1a80b786397ae57baa9
Author: Javier Etxarri <javier.echarri <at> openbravo.com>
Date: Wed Jun 25 16:46:12 2014 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/c016b282ca6106c514d7f1a80b786397ae57baa9 [^]

Fixes issue 26945: Callout SL_Production_Product can fail

---
M src/org/openbravo/erpCommon/ad_callouts/SL_Production_Product.java
---
(0068329)
hudsonbot (developer)
2014-06-26 08:22

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/c5307fea5f60 [^]
Maturity status: Test
(0068436)
jonalegriaesarte (reporter)
2014-06-30 13:15

Fixed and working fine

- Issue History
Date Modified Username Field Change
2014-06-25 23:42 jecharri New Issue
2014-06-25 23:42 jecharri Assigned To => dmiguelez
2014-06-25 23:42 jecharri Web browser => Google Chrome
2014-06-25 23:42 jecharri Modules => Core
2014-06-25 23:42 jecharri Resolution time => 1406671200
2014-06-25 23:42 jecharri Triggers an Emergency Pack => No
2014-06-25 23:42 jecharri Assigned To dmiguelez => jecharri
2014-06-25 23:46 hgbot Checkin
2014-06-25 23:46 hgbot Note Added: 0068323
2014-06-25 23:46 hgbot Status new => resolved
2014-06-25 23:46 hgbot Resolution open => fixed
2014-06-25 23:46 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/c016b282ca6106c514d7f1a80b786397ae57baa9 [^]
2014-06-26 08:22 hudsonbot Checkin
2014-06-26 08:22 hudsonbot Note Added: 0068329
2014-06-30 13:15 jonalegriaesarte Review Assigned To => jonalegriaesarte
2014-06-30 13:15 jonalegriaesarte Note Added: 0068436
2014-06-30 13:15 jonalegriaesarte Status resolved => closed
2014-06-30 13:15 jonalegriaesarte Fixed in Version => PR14Q3


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker