Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0035579Openbravo ERP05. Production managementpublic2017-03-16 13:372017-03-24 15:39
umartirena 
alostale 
urgentmajoralways
closedfixed 
5
 
3.0PR17Q1.13.0PR17Q2 
caristu
Core
Production - QA Approved
2016-10-17
3.0PR17Q1
https://code.openbravo.com/erp/devel/pi/rev/b468094df0d0 [^]
No
0035579: Traceability Report does not work
Traceability Report does not work. The report can be opened, but clicking on "HTML Format" button does not return any response nor error. It seems that it is not executing anything.
In live builds:

 * Open "Traceability Report" menu entry.
 * Select a product.
 * Click on "HTML Format".
 * The report does not return any result.
No tags attached.
blocks defect 0035540 closed alostale Traceability Report does not work 
Issue History
2017-03-21 08:50alostaleTypedefect => backport
2017-03-21 08:50alostaleTarget Version => 3.0PR17Q1.1
2017-03-21 10:00hgbotCheckin
2017-03-21 10:00hgbotNote Added: 0095454
2017-03-21 10:00hgbotStatusscheduled => resolved
2017-03-21 10:00hgbotResolutionopen => fixed
2017-03-21 10:00hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR17Q1.1/rev/cb0c63b0096e2c554f11e7c0e1dbee9edda91aa6 [^]
2017-03-23 10:54shuehnerAssigned Toplatform => alostale
2017-03-24 07:27alostaleReview Assigned To => caristu
2017-03-24 15:39caristuNote Added: 0095567
2017-03-24 15:39caristuStatusresolved => closed
2017-03-24 15:39caristuFixed in Version => 3.0PR17Q2

Notes
(0095454)
hgbot   
2017-03-21 10:00   
Repository: erp/backports/3.0PR17Q1.1
Changeset: cb0c63b0096e2c554f11e7c0e1dbee9edda91aa6
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Mar 21 09:38:12 2017 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR17Q1.1/rev/cb0c63b0096e2c554f11e7c0e1dbee9edda91aa6 [^]

fixed bug 35579: Traceability Report does not work

  It failed when trying to execute manual callouts.

  As callouts in standard windows are executed by FIC together in a single
  request, they don't require to be servlets. Therefore they are no longer
  included in web.xml. In this case, it is still required to be manually executed
  as a servlet.

  Callouts should only be used in generated windows, for manual old 2.50 ones,
  as this case, the mapping is not generated by defining it as a manual map.

---
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
---
(0095567)
caristu   
2017-03-24 15:39   
Code review + testing OK.