Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0029117 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | always | 2015-03-03 18:21 | 2015-03-06 16:04 | |||
Reporter | egoitz | View Status | public | |||||
Assigned To | alostale | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0PR15Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | a410732b5a7f | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | AugustoMauch | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0029117: The linked items section does not show elments where there is computed column refering to the document. | |||||||
Description | When opening the linked items section, if there is a computed column on other table refering to the table used by the tab you are in, you don't get any result | |||||||
Steps To Reproduce | -Create a new module with a prefix -Create a new column as computed column on the greeting table. ON the sql logic define a query to get the m_product_id of an existing product. -Define the reference as table and reference search key as m_product -Compile and restart tomcat -Go to the product window and on a product open the section linked items. NOthing is shown. It fails on method. getLinkedTables from UsedByLink.java class but you don't get a error becuase there is not catch. | |||||||
Proposed Solution | Attached a obx with an example. You should change the sql locig of the new column to get an existing m_product_id because it is hardoced | |||||||
Tags | No tags attached. | |||||||
Attached Files | com.openbravo.support.linked-0.0.1.obx [^] (3,226 bytes) 2015-03-03 18:21 | |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0075200) hgbot (developer) 2015-03-05 15:52 |
Repository: erp/mods/com.openbravo.support.test Changeset: 12315a4bdfac687a6e6670d1321c88406f467efc Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Thu Mar 05 15:52:19 2015 +0100 URL: http://code.openbravo.com/erp/mods/com.openbravo.support.test/rev/12315a4bdfac687a6e6670d1321c88406f467efc [^] added computed column in greeting table to reproduce issue 29117 --- M src-db/database/sourcedata/AD_COLUMN.xml --- |
(0075202) alostale (manager) 2015-03-05 16:07 |
Computed column provided in attached obx can be found also in com.openbravo.support.test module. |
(0075203) hgbot (developer) 2015-03-05 16:09 |
Repository: erp/devel/pi Changeset: a410732b5a7f7f8c989c5f524cd3727f9a7fb1d5 Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Thu Mar 05 16:04:13 2015 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/a410732b5a7f7f8c989c5f524cd3727f9a7fb1d5 [^] fixed bug 29117: empty linked items if computed column points current entity Linked items section didn't receive any row and remained in "loading data" state when a computed column in any entity linked to the entity the section was used in. The problem was caused by an error when trying to deal with computed column in linked items. No error was shown nor in UI nor in openbravo.log. This fix: - Adds log in openbravo.log including stack trace in case of error computing linked items - NPE getMessage is null which caused not to be shown in the UI, it is casted to String - Computed Columns are properly ignored in linked items IMPORTANT NOTE: Computed Columns cannot be evaluated in linked items so they are ignored --- M src/org/openbravo/erpCommon/utility/UsedByLink.java --- |
(0075243) AugustoMauch (administrator) 2015-03-06 13:09 |
Code reviewed and verified in pi@486e7700e8d0 |
(0075254) hudsonbot (developer) 2015-03-06 16:04 |
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/1601137b3c3d [^] Maturity status: Test |
Issue History | |||
Date Modified | Username | Field | Change |
2015-03-03 18:21 | egoitz | New Issue | |
2015-03-03 18:21 | egoitz | Assigned To | => AugustoMauch |
2015-03-03 18:21 | egoitz | File Added: com.openbravo.support.linked-0.0.1.obx | |
2015-03-03 18:21 | egoitz | Modules | => Core |
2015-03-03 18:21 | egoitz | Resolution time | => 1426374000 |
2015-03-03 18:21 | egoitz | Triggers an Emergency Pack | => No |
2015-03-03 18:49 | extra | Issue Monitored: extra | |
2015-03-04 18:03 | egoitz | Priority | urgent => immediate |
2015-03-04 18:09 | egoitz | Resolution time | 1426374000 => 1425942000 |
2015-03-05 15:52 | hgbot | Checkin | |
2015-03-05 15:52 | hgbot | Note Added: 0075200 | |
2015-03-05 16:06 | alostale | Status | new => scheduled |
2015-03-05 16:06 | alostale | Assigned To | AugustoMauch => alostale |
2015-03-05 16:06 | alostale | Review Assigned To | => AugustoMauch |
2015-03-05 16:07 | alostale | Note Added: 0075202 | |
2015-03-05 16:09 | hgbot | Checkin | |
2015-03-05 16:09 | hgbot | Note Added: 0075203 | |
2015-03-05 16:09 | hgbot | Status | scheduled => resolved |
2015-03-05 16:09 | hgbot | Resolution | open => fixed |
2015-03-05 16:09 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a410732b5a7f7f8c989c5f524cd3727f9a7fb1d5 [^] |
2015-03-06 13:09 | AugustoMauch | Note Added: 0075243 | |
2015-03-06 13:09 | AugustoMauch | Status | resolved => closed |
2015-03-06 13:09 | AugustoMauch | Fixed in Version | => 3.0PR15Q2 |
2015-03-06 16:04 | hudsonbot | Checkin | |
2015-03-06 16:04 | hudsonbot | Note Added: 0075254 | |
2017-11-22 16:07 | alostale | Relationship added | related to 0037363 |
Copyright © 2000 - 2009 MantisBT Group |