Openbravo Issue Tracking System - Modules
View Issue Details
0040145ModulesAnalyticspublic2019-02-05 13:122019-02-22 09:01
caristu 
caristu 
hightrivialalways
closedfixed 
5
 
 
alostale
0040145: AnalyticsSessionDynamicComponent should provide its ID
AnalyticsSessionDynamicComponent should provide its ID. Currently it does not have an ID an this causes the failure of the LabelTest[1] because it assumes that every component has an ID[2].

[1] https://ci.openbravo.com/job/mod-simple/34411/testReport/junit/org.openbravo.client.kernel.freemarker.test/LabelTest/testLabel/ [^]

[2] https://code.openbravo.com/erp/devel/pi/file/tip/modules/org.openbravo.client.kernel/src-test/org/openbravo/client/kernel/freemarker/test/LabelTest.java#l119 [^]
1) Execute LabelTest having analytics module installed. It can fail with a NullPointerException depending on the order which components are iterated in getI18NComponent method.
No tags attached.
related to feature request 0037874 closed alostale Openbravo ERP Remove support for fop rendering from core product as very nearly not used 
Issue History
2019-02-05 13:12caristuNew Issue
2019-02-05 13:12caristuAssigned To => caristu
2019-02-05 13:12caristuReview Assigned To => alostale
2019-02-05 13:13caristuDescription Updatedbug_revision_view_page.php?rev_id=18273#r18273
2019-02-05 13:16caristuSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=18275#r18275
2019-02-05 13:17caristuSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=18276#r18276
2019-02-05 13:19hgbotCheckin
2019-02-05 13:19hgbotNote Added: 0109576
2019-02-05 13:19hgbotStatusnew => resolved
2019-02-05 13:19hgbotResolutionopen => fixed
2019-02-05 13:19hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.client.analytics/rev/750dbb5c3341d5ff637cc53f567625b3f0377339 [^]
2019-02-05 13:20caristuRelationship addedrelated to 0037874
2019-02-22 09:01alostaleNote Added: 0110013
2019-02-22 09:01alostaleStatusresolved => closed

Notes
(0109576)
hgbot   
2019-02-05 13:19   
Repository: erp/pmods/org.openbravo.client.analytics
Changeset: 750dbb5c3341d5ff637cc53f567625b3f0377339
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Tue Feb 05 13:19:13 2019 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.client.analytics/rev/750dbb5c3341d5ff637cc53f567625b3f0377339 [^]

fixes issue 40145: AnalyticsSessionDynamicComponent should provide its ID

---
M src/org/openbravo/client/analytics/AnalyticsSessionDynamicComponent.java
---
(0110013)
alostale   
2019-02-22 09:01   
reviewed + tested