Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0037363 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | have not tried | 2017-11-22 15:17 | 2018-01-03 12:39 | |||
Reporter | shuehner | View Status | public | |||||
Assigned To | alostale | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 3.0PR18Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | e90aea5051f2 | ||||
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 | caristu | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0037363: Linked item does not work on Organization window | |||||||
Description | Opening Linked Items does not work in this specific Window. Instead of the expected output just the text 'null' is shown. Instead the following error is logged in the openbravo.log file: 2017-11-22 15:09:22,666 [ajp-bio-127.0.0.1-8009-exec-89] ERROR org.openbravo.erpCommon.utility.UsedByLink - Error getting Categories for windowId: 110 - entity: Organization java.lang.NullPointerException at org.openbravo.erpCommon.utility.UsedByLink.getLinkedTables(UsedByLink.java:692) at org.openbravo.erpCommon.utility.UsedByLink.getLinkedItemCategories(UsedByLink.java:364) at org.openbravo.erpCommon.utility.UsedByLink.getJSONCategories(UsedByLink.java:278) at org.openbravo.erpCommon.utility.UsedByLink.doPost(UsedByLink.java:94) at javax.servlet.http.HttpServlet.service(HttpServlet.java:646) Manually debugging shows: - current entity in Loop: DoubtfulDebt_ComputedColumns - current property: DoubtfulDebt_ComputedColumns.organization - property is not marked as isComputedColumn - linkedTableId = property.getEntity().getTableId(); resolves to: "30721072789F410E9606D2235CB2A226_CC" which is invalid to OBDal.get returns null and next line causes the NPE Probably is already reproducible in 16Q1.3 release and also in livebuilds with tip of today (2017-11-22) | |||||||
Steps To Reproduce | Open Organization window Open record "F&B España - Región Norte" in form view Open Linked items section | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
Notes | |
(0100669) hgbot (developer) 2017-11-22 16:15 |
Repository: erp/devel/pi Changeset: e90aea5051f274d0cf4438a2824f5c2376cdfa84 Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Wed Nov 22 16:15:31 2017 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/e90aea5051f274d0cf4438a2824f5c2376cdfa84 [^] fixed bug 37363: linked items fails in Organization window All virtual entities generated for lazy initialization of computed columns include client/org properties, causing linked items to fail as they were handled as standard windows. They are now excluded. --- M src/org/openbravo/erpCommon/utility/UsedByLink.java --- |
(0100678) hgbot (developer) 2017-11-23 09:24 |
Repository: erp/devel/pi Changeset: 4878d550b906767c183ad191806c8adf94deb9e2 Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Thu Nov 23 09:24:29 2017 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/4878d550b906767c183ad191806c8adf94deb9e2 [^] related with bug 37363: linked items fails in Organization window Two minor changes: * If any of the queries to retrieve linked items fails, don't stop the whole process, just log it and continue with the rest. * When looking for available entities, don't iterate over the properties if the entity is already known not to be valid. --- M src/org/openbravo/erpCommon/utility/UsedByLink.java --- |
(0100684) hgbot (developer) 2017-11-23 12:59 |
Repository: erp/devel/pi Changeset: 62bee3798905e8d7528303779ae32317d3b475f3 Author: Carlos Aristu <carlos.aristu <at> openbravo.com> Date: Thu Nov 23 12:58:33 2017 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/62bee3798905e8d7528303779ae32317d3b475f3 [^] related with bug 37363: minor related code improvement Use equalsIgnoreCase for the dataOriginType comparison. --- M src/org/openbravo/erpCommon/utility/UsedByLink.java --- |
(0100685) caristu (developer) 2017-11-23 12:59 |
Code reviewed + tested OK. |
(0101451) hudsonbot (developer) 2018-01-03 12:39 |
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/c81e0d3cbab5 [^] Maturity status: Test |
(0101452) hudsonbot (developer) 2018-01-03 12:39 |
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/c81e0d3cbab5 [^] Maturity status: Test |
(0101453) hudsonbot (developer) 2018-01-03 12:39 |
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/c81e0d3cbab5 [^] Maturity status: Test |
Issue History | |||
Date Modified | Username | Field | Change |
2017-11-22 15:17 | shuehner | New Issue | |
2017-11-22 15:17 | shuehner | Assigned To | => platform |
2017-11-22 15:17 | shuehner | Modules | => Core |
2017-11-22 15:17 | shuehner | Triggers an Emergency Pack | => No |
2017-11-22 16:07 | alostale | Relationship added | related to 0029117 |
2017-11-22 16:09 | alostale | Relationship added | caused by 0024104 |
2017-11-22 16:12 | alostale | Assigned To | platform => alostale |
2017-11-22 16:12 | alostale | Review Assigned To | => caristu |
2017-11-22 16:15 | hgbot | Checkin | |
2017-11-22 16:15 | hgbot | Note Added: 0100669 | |
2017-11-22 16:15 | hgbot | Status | new => resolved |
2017-11-22 16:15 | hgbot | Resolution | open => fixed |
2017-11-22 16:15 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e90aea5051f274d0cf4438a2824f5c2376cdfa84 [^] |
2017-11-23 09:24 | hgbot | Checkin | |
2017-11-23 09:24 | hgbot | Note Added: 0100678 | |
2017-11-23 12:59 | hgbot | Checkin | |
2017-11-23 12:59 | hgbot | Note Added: 0100684 | |
2017-11-23 12:59 | caristu | Note Added: 0100685 | |
2017-11-23 12:59 | caristu | Status | resolved => closed |
2017-11-23 12:59 | caristu | Fixed in Version | => 3.0PR18Q1 |
2018-01-03 12:39 | hudsonbot | Checkin | |
2018-01-03 12:39 | hudsonbot | Note Added: 0101451 | |
2018-01-03 12:39 | hudsonbot | Checkin | |
2018-01-03 12:39 | hudsonbot | Note Added: 0101452 | |
2018-01-03 12:39 | hudsonbot | Checkin | |
2018-01-03 12:39 | hudsonbot | Note Added: 0101453 |
Copyright © 2000 - 2009 MantisBT Group |