Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009998Openbravo ERP00. Application dictionarypublic2009-07-22 15:132009-08-21 00:00
alostale 
alostale 
urgentmajoralways
closedfixed 
5
pi 
 
Core
No
0009998: Not possible to add as sub tab in a module window a core tab
If a module adds a column to a core table pointing to a table in the module, and this core table is added as a sub tab in a window being its parent tab the module's table this error is raised when compiling the application:

No key found in parent tab

As result the sub tab is not filtered by its parent ID, displaying all the records within it.
-Create a module (let's say db prefix TEST)
-Create a table in the module (ex TEST_TABLE1)
-Add a FK column in a core table (ex M_PRODUCT.EM_TEST_TABLE1_ID)
-Create a new window with TEST_TABLE1 as main tab
-Add M_PRODUCT as sub tab
-Compile
No tags attached.
Issue History
2009-07-22 15:13alostaleNew Issue
2009-07-22 15:13alostaleAssigned To => alostale
2009-07-22 15:13alostaleRelationship addedrelated to 0009846
2009-07-23 11:54alostaleSummaryNot possible to navigate from grid to a manual edition form sub tab => Not possible to add as sub tab in a module window a core tab
2009-07-23 11:54alostaleDescription Updated
2009-07-23 11:54alostaleProposed Solution updated
2009-07-23 11:54alostaleRelationship deletedrelated to 0009846
2009-07-23 11:55alostaleProposed Solution updated
2009-07-23 11:58hgbotCheckin
2009-07-23 11:58hgbotNote Added: 0018587
2009-07-23 11:58hgbotStatusnew => resolved
2009-07-23 11:58hgbotResolutionopen => fixed
2009-07-23 11:58hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/d93a31237baaca1fc28f2d4c58bfb9f5143cf3f3 [^]
2009-08-20 14:00plujanStatusresolved => closed
2009-08-21 00:00anonymoussf_bug_id0 => 2841452

Notes
(0018587)
hgbot   
2009-07-23 11:58   
Repository: erp/devel/pi
Changeset: d93a31237baaca1fc28f2d4c58bfb9f5143cf3f3
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Jul 23 11:58:15 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d93a31237baaca1fc28f2d4c58bfb9f5143cf3f3 [^]

fixed bug 0009998: Not possible to add as sub tab in a module window a core tab

---
M src-wad/src/org/openbravo/wad/Fields_data.xsql
M src-wad/src/org/openbravo/wad/Wad.java
M src-wad/src/org/openbravo/wad/WadUtility.java
M src-wad/src/org/openbravo/wad/javasource.javaxml
M src-wad/src/org/openbravo/wad/javasource.xml
M src/org/openbravo/erpCommon/utility/TableSQLQuery_data.xsql
---