Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0025417Openbravo ERPA. Platformpublic2013-12-31 17:362014-02-12 18:29
jonalegriaesarte 
shankarb 
normalmajorhave not tried
closedno change required 
5
pi 
3.0PR14Q2 
AugustoMauch
Core
No
0025417: ComboTableData is not working with TABLE reference in modules
ComboTableData is not working with TABLE reference in modules
- Define a reference type table in a module
- use it in a manual report
It fails

(I can provide a module to test it)
No tags attached.
diff combotable.diff (519) 2013-12-31 17:36
https://issues.openbravo.com/file_download.php?file_id=6597&type=bug
Issue History
2013-12-31 17:36jonalegriaesarteNew Issue
2013-12-31 17:36jonalegriaesarteAssigned To => AugustoMauch
2013-12-31 17:36jonalegriaesarteFile Added: combotable.diff
2013-12-31 17:36jonalegriaesarteModules => Core
2013-12-31 17:36jonalegriaesarteTriggers an Emergency Pack => No
2014-01-02 08:27shankarbAssigned ToAugustoMauch => shankarb
2014-01-06 14:47shankarbStatusnew => scheduled
2014-01-06 14:47shankarbfix_in_branch => pi
2014-01-09 05:15shankarbIssue Monitored: AugustoMauch
2014-01-09 05:16shankarbReview Assigned To => AugustoMauch
2014-01-09 05:16shankarbfix_in_branchpi =>
2014-01-09 05:16hgbotCheckin
2014-01-09 05:16hgbotNote Added: 0063321
2014-01-09 05:16hgbotStatusscheduled => resolved
2014-01-09 05:16hgbotResolutionopen => fixed
2014-01-09 05:16hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/333a41aab8a757fe3a75ffe4e406195ea0757447 [^]
2014-01-17 15:49hudsonbotCheckin
2014-01-17 15:49hudsonbotNote Added: 0063489
2014-01-20 16:32AugustoMauchNote Added: 0063543
2014-01-20 16:32AugustoMauchStatusresolved => new
2014-01-20 16:32AugustoMauchResolutionfixed => open
2014-01-27 07:20shankarbStatusnew => scheduled
2014-01-27 07:20shankarbfix_in_branch => pi
2014-01-27 10:58hgbotCheckin
2014-01-27 10:58hgbotNote Added: 0063707
2014-01-27 11:02shankarbNote Added: 0063709
2014-01-27 11:02shankarbStatusscheduled => closed
2014-01-27 11:02shankarbResolutionopen => no change required
2014-02-12 18:29hudsonbotCheckin
2014-02-12 18:29hudsonbotNote Added: 0064117

Notes
(0063321)
hgbot   
2014-01-09 05:16   
Repository: erp/devel/pi
Changeset: 333a41aab8a757fe3a75ffe4e406195ea0757447
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Thu Jan 09 09:42:14 2014 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/333a41aab8a757fe3a75ffe4e406195ea0757447 [^]

Fixes Issue 0025417: ComboTableData is not working with TABLE reference in modules

ComboTableData is calculated for all modules.

---
M src/org/openbravo/erpCommon/utility/ComboTableQuery_data.xsql
---
(0063489)
hudsonbot   
2014-01-17 15:49   
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/9669102eb541 [^]
Maturity status: Test
(0063543)
AugustoMauch   
2014-01-20 16:32   
This line [1] cannot be removed. It is placed in a function where the references are obtained using its name. It is not garanteed that the reference names are unique (a module can add a reference that has the same name as a core one), so it only fetches reference from core to ensure that it is unique (see [2]).

[1] https://code.openbravo.com/erp/devel/pi/rev/333a41aab8a757fe3a75ffe4e406195ea0757447#l1.7 [^]
[2] https://code.openbravo.com/erp/devel/pi/file/a36ee7789698/src/org/openbravo/erpCommon/utility/ComboTableData.java#l243 [^]
(0063707)
hgbot   
2014-01-27 10:58   
Repository: erp/devel/pi
Changeset: 6e74e41e0a0f259b8d6338ce15a942c2e00ac63f
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Mon Jan 27 15:17:00 2014 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/6e74e41e0a0f259b8d6338ce15a942c2e00ac63f [^]

Backout Issue 25417 : Backout changeset 333a41aab8a7

The changeset has been backed out as no change is required to fix this issue.

---
M src/org/openbravo/erpCommon/utility/ComboTableQuery_data.xsql
---
(0063709)
shankarb   
2014-01-27 11:02   
While defining table reference in manual reports/processes, UUID should be used instead of name in instantiating ComboTableData.
(0064117)
hudsonbot   
2014-02-12 18:29   
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/d1a5bb862230 [^]
Maturity status: Test